Home
last modified time | relevance | path

Searched refs:condition_temp (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp2261 st_src_reg condition_temp = condition; in visit() local
2270 condition_temp = get_temp(glsl_type::vec4_type); in visit()
2272 emit(ir, TGSI_OPCODE_I2F, st_dst_reg(condition_temp), condition); in visit()
2273 condition_temp.swizzle = condition.swizzle; in visit()
2277 emit(ir, TGSI_OPCODE_CMP, l, condition_temp, l_src, r); in visit()
2279 emit(ir, TGSI_OPCODE_CMP, l, condition_temp, r, l_src); in visit()