Searched defs:TGSI_OPCODE_RET (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp2796 emit(ir, TGSI_OPCODE_RET);
3050 inst->op == TGSI_OPCODE_RET) {
4881 if (last->op != TGSI_OPCODE_RET)
4882 v->emit(NULL, TGSI_OPCODE_RET);
2997 ASSERT(coord < 4); if (dst.writemask & (1 << comp) && coord <= SWIZZLE_W) read_mask |= 1 << coord; } return read_mask; } void glsl_to_tgsi_visitor::simplify_cmp(void) { unsigned *tempWrites; unsigned outputWrites[MAX_PROGRAM_OUTPUTS]; tempWrites = new unsigned[MAX_TEMPS]; if (!tempWrites) { return; } memset(tempWrites, 0, sizeof(unsigned) * MAX_TEMPS); memset(outputWrites, 0, sizeof(outputWrites)); foreach_iter(exec_list_iterator, iter, this->instructions) { glsl_to_tgsi_instruction *inst = (glsl_to_tgsi_instruction *)iter.get(); unsigned prevWriteMask = 0; if (inst->dst.reladdr || tgsi_get_opcode_info(inst->op)->is_branch || inst->op == TGSI_OPCODE_BGNSUB || inst->op == TGSI_OPCODE_CONT || inst->op == TGSI_OPCODE_END || inst->op == TGSI_OPCODE_ENDSUB || inst->op == TGSI_OPCODE_RET) argument
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp2796 emit(ir, TGSI_OPCODE_RET);
3050 inst->op == TGSI_OPCODE_RET) {
4881 if (last->op != TGSI_OPCODE_RET)
4882 v->emit(NULL, TGSI_OPCODE_RET);
2997 ASSERT(coord < 4); if (dst.writemask & (1 << comp) && coord <= SWIZZLE_W) read_mask |= 1 << coord; } return read_mask; } void glsl_to_tgsi_visitor::simplify_cmp(void) { unsigned *tempWrites; unsigned outputWrites[MAX_PROGRAM_OUTPUTS]; tempWrites = new unsigned[MAX_TEMPS]; if (!tempWrites) { return; } memset(tempWrites, 0, sizeof(unsigned) * MAX_TEMPS); memset(outputWrites, 0, sizeof(outputWrites)); foreach_iter(exec_list_iterator, iter, this->instructions) { glsl_to_tgsi_instruction *inst = (glsl_to_tgsi_instruction *)iter.get(); unsigned prevWriteMask = 0; if (inst->dst.reladdr || tgsi_get_opcode_info(inst->op)->is_branch || inst->op == TGSI_OPCODE_BGNSUB || inst->op == TGSI_OPCODE_CONT || inst->op == TGSI_OPCODE_END || inst->op == TGSI_OPCODE_ENDSUB || inst->op == TGSI_OPCODE_RET) argument
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_shader_tokens.h321 #define TGSI_OPCODE_RET 64 macro
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h321 #define TGSI_OPCODE_RET 64 macro

Completed in 1781 milliseconds