Home
last modified time | relevance | path

Searched refs:has_rotate32 (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_compiler.c167 nir_options->has_rotate32 = devinfo->ver >= 11; in brw_compiler_create()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c3706 options->has_rotate32 || in ntt_fix_nir_options()
3729 new_options->has_rotate32 = false; in ntt_fix_nir_options()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir.h4119 bool has_rotate32; member
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp3627 op.has_rotate32 = (chipset >= NVISA_GV100_CHIPSET); in nvir_nir_shader_compiler_options()