Searched refs:lower_extract_word (Results 1 – 19 of 19) sorted by relevance
/external/mesa3d/src/panfrost/midgard/ |
D | midgard_compile.h | 63 .lower_extract_word = true,
|
/external/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.h | 54 .lower_extract_word = true,
|
/external/mesa3d/src/intel/compiler/ |
D | brw_compiler.c | 91 .lower_extract_word = true,
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_nir.c | 55 .lower_extract_word = true, 107 .lower_extract_word = true,
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_screen.c | 80 .lower_extract_word = true,
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_compiler.c | 137 .lower_extract_word = true,
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_screen.c | 570 .lower_extract_word = true,
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_get.c | 975 .lower_extract_word = true, in si_init_screen_get_functions()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe_common.c | 1196 .lower_extract_word = true, 1218 .lower_extract_word = true,
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_screen.c | 947 .lower_extract_word = true,
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 2530 assert(options->lower_extract_word); in ntt_sanity_check_driver_options() 2670 .lower_extract_word = true,
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_shader.c | 74 .lower_extract_word = true,
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pipeline.c | 216 .lower_extract_word = true,
|
/external/mesa3d/src/compiler/nir/ |
D | nir.h | 3357 bool lower_extract_word; member
|
/external/mesa3d/src/broadcom/compiler/ |
D | nir_to_vir.c | 3226 .lower_extract_word = true,
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_program.c | 2175 .lower_extract_word = true,
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_nir.cpp | 3260 op.lower_extract_word = (chipset < NVISA_GM107_CHIPSET); in nvir_nir_shader_compiler_options()
|
/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_opt_algebraic.c | 438665 condition_flags[44] = !options->lower_extract_word; in nir_opt_algebraic() 438689 condition_flags[68] = options->lower_extract_word; in nir_opt_algebraic() 440302 condition_flags[44] = !options->lower_extract_word; in nir_opt_algebraic_before_ffma() 440326 condition_flags[68] = options->lower_extract_word; in nir_opt_algebraic_before_ffma() 460078 condition_flags[44] = !options->lower_extract_word; in nir_opt_algebraic_late() 460102 condition_flags[68] = options->lower_extract_word; in nir_opt_algebraic_late() 461626 condition_flags[44] = !options->lower_extract_word; in nir_opt_algebraic_distribute_src_mods() 461650 condition_flags[68] = options->lower_extract_word; in nir_opt_algebraic_distribute_src_mods()
|
/external/mesa3d/docs/relnotes/ |
D | 20.2.0.rst | 960 - nvir/nir/gm107: switch off lower_extract_word
|