Home
last modified time | relevance | path

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

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