HomeSort by relevance Sort by last modified time
    Searched refs:is_tex (Results 1 - 12 of 12) sorted by null

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_info.h 76 unsigned is_tex:1; member in struct:tgsi_opcode_info
tgsi_scan.c 75 tgsi_get_opcode_info(opcode)->is_tex);
86 if (tgsi_get_opcode_info(opcode)->is_tex) {
tgsi_text.c 1084 if (info->num_dst + info->num_src + info->is_tex == 0) {
1128 for (i = 0; i < info->num_dst + info->num_src + info->is_tex; i++) {
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_depth.c 70 if (is_sfu(assigner) || is_tex(assigner) || is_mem(assigner))
74 if (is_flow(consumer) || is_sfu(consumer) || is_tex(consumer) ||
ir3_legalize.c 175 if (is_tex(n)) {
198 if (is_tex(n) || is_sfu(n) || is_load(n)) {
ir3.h 581 static inline bool is_tex(struct ir3_instruction *instr) function
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_shader.h 98 bool is_tex() const;
brw_shader.cpp 775 backend_instruction::is_tex() const
    [all...]
brw_fs.cpp 271 if (is_tex())
827 if (is_tex() && arg == 0 && src[0].file == VGRF)
    [all...]
brw_vec4.cpp 285 if (is_tex())
    [all...]
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_compiler.c 88 unsigned is_tex : 1; /* is texture unit, overrides rgroup */ member in struct:etna_native_reg
762 assert(native.valid && !native.is_tex && native.rgroup == INST_RGROUP_TEMP);
776 assert(native.valid && !native.is_tex);
921 assert(native_reg.is_tex && native_reg.valid);
943 assert(native->valid && !native->is_tex);
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 639 return op->info->is_tex || is_resource_instruction(op->op) ?
    [all...]

Completed in 292 milliseconds