Searched refs:lower_unpack_unorm_2x16 (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/panfrost/midgard/ |
D | midgard_compile.h | 81 .lower_unpack_unorm_2x16 = true,
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.h | 68 .lower_unpack_unorm_2x16 = true,
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_compiler.c | 66 .lower_unpack_unorm_2x16 = true, \ 92 .lower_unpack_unorm_2x16 = true,
|
/third_party/mesa3d/src/compiler/glsl/ |
D | lower_packing_builtins.cpp | 99 *rvalue = lower_unpack_unorm_2x16(op0); in handle_rvalue() 721 lower_unpack_unorm_2x16(ir_rvalue *uint_rval) in lower_unpack_unorm_2x16() function in __anon66ac6cb10111::lower_packing_builtins_visitor
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_nir.c | 69 .lower_unpack_unorm_2x16 = true, 125 .lower_unpack_unorm_2x16 = true,
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_screen.c | 149 .lower_unpack_unorm_2x16 = true,
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_screen.c | 589 .lower_unpack_unorm_2x16 = true,
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_get.c | 1032 .lower_unpack_unorm_2x16 = true, in si_init_screen_get_functions()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_screen.c | 979 .lower_unpack_unorm_2x16 = true,
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_shader.c | 77 .lower_unpack_unorm_2x16 = true, in radv_get_nir_options()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pipeline.c | 212 .lower_unpack_unorm_2x16 = true,
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir.h | 3542 bool lower_unpack_unorm_2x16; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_nir.cpp | 3269 op.lower_unpack_unorm_2x16 = true; in nvir_nir_shader_compiler_options()
|