Searched refs:condition_temp (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
H A D | st_glsl_to_tgsi.cpp | 2261 st_src_reg condition_temp = condition; local 2270 condition_temp = get_temp(glsl_type::vec4_type); 2272 emit(ir, TGSI_OPCODE_I2F, st_dst_reg(condition_temp), condition); 2273 condition_temp.swizzle = condition.swizzle; 2277 emit(ir, TGSI_OPCODE_CMP, l, condition_temp, l_src, r); 2279 emit(ir, TGSI_OPCODE_CMP, l, condition_temp, r, l_src);
|
/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_glsl_to_tgsi.cpp | 2261 st_src_reg condition_temp = condition; local 2270 condition_temp = get_temp(glsl_type::vec4_type); 2272 emit(ir, TGSI_OPCODE_I2F, st_dst_reg(condition_temp), condition); 2273 condition_temp.swizzle = condition.swizzle; 2277 emit(ir, TGSI_OPCODE_CMP, l, condition_temp, l_src, r); 2279 emit(ir, TGSI_OPCODE_CMP, l, condition_temp, r, l_src);
|
Completed in 61 milliseconds