Home
last modified time | relevance | path

Searched defs:is_tex (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_opt_copy_prop.c62 bool is_tex = q->type == TAG_TEXTURE_4; in midgard_opt_copy_prop() local
Dmir_promote_uniforms.c246 bool is_tex = ins->type == TAG_TEXTURE_4; in mir_special_indices() local
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.h76 unsigned is_tex:1; member
/third_party/mesa3d/src/intel/compiler/
Dbrw_shader.cpp894 backend_instruction::is_tex() const in is_tex() function in backend_instruction
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_tgsi.c88 unsigned is_tex : 1; /* is texture unit, overrides rgroup */ member
/third_party/mesa3d/src/freedreno/ir3/
Dir3.h876 is_tex(struct ir3_instruction *instr) in is_tex() function