Searched refs:lower_unpack_snorm_4x8 (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/src/panfrost/midgard/ |
D | midgard_compile.h | 84 .lower_unpack_snorm_4x8 = true,
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.h | 71 .lower_unpack_snorm_4x8 = true,
|
/third_party/mesa3d/src/compiler/glsl/ |
D | lower_packing_builtins.cpp | 96 *rvalue = lower_unpack_snorm_4x8(op0); in handle_rvalue() 576 lower_unpack_snorm_4x8(ir_rvalue *uint_rval) in lower_unpack_snorm_4x8() function in __anon66ac6cb10111::lower_packing_builtins_visitor
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_compiler.c | 65 .lower_unpack_snorm_4x8 = true, \
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_nir.c | 66 .lower_unpack_snorm_4x8 = true, 122 .lower_unpack_snorm_4x8 = true,
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_screen.c | 148 .lower_unpack_snorm_4x8 = true,
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_screen.c | 668 .lower_unpack_snorm_4x8 = true,
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_screen.c | 588 .lower_unpack_snorm_4x8 = true,
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_get.c | 1031 .lower_unpack_snorm_4x8 = true, in si_init_screen_get_functions()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_screen.c | 982 .lower_unpack_snorm_4x8 = true,
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_shader.c | 76 .lower_unpack_snorm_4x8 = true, in radv_get_nir_options()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pipeline.c | 217 .lower_unpack_snorm_4x8 = true,
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir.h | 3545 bool lower_unpack_snorm_4x8; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_nir.cpp | 3272 op.lower_unpack_snorm_4x8 = true; in nvir_nir_shader_compiler_options()
|