/external/mesa3d/src/mesa/state_tracker/tests/ |
D | test_glsl_to_tgsi_lifetime.cpp | 1119 { TGSI_OPCODE_UCMP, {1}, {5,in1,1}, {}}, in TEST_F() 1120 { TGSI_OPCODE_UCMP, {1}, {5,in1,1}, {}}, in TEST_F() 1121 { TGSI_OPCODE_UCMP, {1}, {5,in1,1}, {}}, in TEST_F() 1122 { TGSI_OPCODE_UCMP, {1}, {5,in1,1}, {}}, in TEST_F() 1779 { TGSI_OPCODE_UCMP, {1}, {5,in1,1}, {}}, in TEST_F() 1780 { TGSI_OPCODE_UCMP, {1}, {5,in1,1}, {}}, in TEST_F() 1781 { TGSI_OPCODE_UCMP, {1}, {5,in1,1}, {}}, in TEST_F() 1782 { TGSI_OPCODE_UCMP, {1}, {5,in1,1}, {}}, in TEST_F() 1801 { TGSI_OPCODE_UCMP, {2}, {1,in1,2}, {}}, in TEST_F() 1802 { TGSI_OPCODE_UCMP, {4}, {2,in1,1}, {}}, in TEST_F() [all …]
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 127 case TGSI_OPCODE_UCMP: in tgsi_opcode_infer_type() 301 case TGSI_OPCODE_UCMP: in tgsi_opcode_infer_src_type()
|
D | tgsi_exec.c | 5986 case TGSI_OPCODE_UCMP: in exec_instruction()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 199 { 1, 3, 0, 0, 0, 0, COMP, "UCMP", TGSI_OPCODE_UCMP }, 360 case TGSI_OPCODE_UCMP: in tgsi_opcode_infer_type() 516 case TGSI_OPCODE_UCMP: in tgsi_opcode_infer_src_type()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 511 TGSI_OPCODE_UCMP = 158, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 494 #define TGSI_OPCODE_UCMP 158 macro
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1923 [TGSI_OPCODE_UCMP] = 0, 2080 case TGSI_OPCODE_UCMP: in ttn_emit_instruction()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 662 (op == TGSI_OPCODE_UCMP && dst_is_64bit[0])) { in emit_asm() 2120 emit_asm(ir, TGSI_OPCODE_UCMP, result_dst, op[0], op[1], op[2]); in visit_expression() 3081 emit_asm(ir, TGSI_OPCODE_UCMP, *l, *cond, in emit_block_mov()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2590 bld_base->op_actions[TGSI_OPCODE_UCMP].emit = ucmp_emit_cpu; in lp_set_default_actions_cpu()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 887 case TGSI_OPCODE_UCMP: in translate_opcode() 9276 case TGSI_OPCODE_UCMP: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3327 case TGSI_OPCODE_UCMP: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11831 [TGSI_OPCODE_UCMP] = { ALU_OP0_NOP, tgsi_ucmp}, 12028 [TGSI_OPCODE_UCMP] = { ALU_OP0_NOP, tgsi_ucmp}, 12254 [TGSI_OPCODE_UCMP] = { ALU_OP0_NOP, tgsi_ucmp},
|
/external/mesa3d/docs/gallium/ |
D | tgsi.rst | 40 sources of TGSI_OPCODE_UCMP are considered to have float type for
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 5158 case TGSI_OPCODE_UCMP: in iter_instruction()
|