mesa/src/intel/vulkan/grl
José Roberto de Souza a7ab31b96a anv: Set MI_MATH MOCS field
MOCS = 0 is a invalid MOCS index, so it is necessary get a valid value
and set to MI_MATH instructions.

So here the mocs index is set with mi_builder_set_mocs(), it can be
always set but it is required when mi_build will emit MI_MATH
instructions.
The mocs index will only be stored and used in gfx12.5+ platforms
so no changes were are required in crocus or hasvk.

Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22508>
2023-08-01 19:49:45 +00:00
..
gpu
include anv/grl: Use union for reinterpreting integer as float 2023-02-14 12:59:44 +00:00
.gitignore anv: adding parsetab.py to the .gitignore for grl 2022-10-20 02:24:39 +00:00
genX_grl.h anv: compute the largest GRL kernel scratch size 2023-03-31 14:18:58 +00:00
genX_grl_dispatch.c anv: implement EDS2.extendedDynamicState2PatchControlPoints 2023-05-24 18:32:07 +00:00
genX_grl_uuid.cpp intel/vk/grl: genX-ify genX_grl_uuid.cpp 2023-03-03 21:37:19 +00:00
grl_cl_kernel_gen.py intel/vk/grl: genX-ify grl_cl_kernel_name() 2023-03-03 21:37:19 +00:00
grl_metakernel_gen.py anv: Set MI_MATH MOCS field 2023-08-01 19:49:45 +00:00
grl_parser.py
grl_structs.h anv: Build BVHs on the GPU with GRL 2022-09-28 05:38:37 +00:00
meson.build meson: Explicitly add "check : false" to a couple instances of run_command 2023-06-23 18:57:31 +00:00