Searched refs:TGSI_OPCODE_FSEQ (Results 1 – 14 of 14) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 160 case TGSI_OPCODE_FSEQ: in tgsi_opcode_infer_type() 297 case TGSI_OPCODE_FSEQ: in tgsi_opcode_infer_src_type()
|
D | tgsi_exec.c | 5806 case TGSI_OPCODE_FSEQ: in exec_instruction()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 148 { 1, 2, 0, 0, 0, 0, COMP, "FSEQ", TGSI_OPCODE_FSEQ }, 393 case TGSI_OPCODE_FSEQ: in tgsi_opcode_infer_type() 512 case TGSI_OPCODE_FSEQ: in tgsi_opcode_infer_src_type()
|
D | tgsi_util.c | 217 case TGSI_OPCODE_FSEQ: in tgsi_util_get_inst_usage_mask()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 459 TGSI_OPCODE_FSEQ = 108, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 442 #define TGSI_OPCODE_FSEQ 108 macro
|
/external/mesa3d/src/mesa/state_tracker/tests/ |
D | test_glsl_to_tgsi_lifetime.cpp | 808 { TGSI_OPCODE_FSEQ, {1}, {in1,in2}, {}}, in TEST_F()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 643 case TGSI_OPCODE_FSEQ: in inferDstType() 712 case TGSI_OPCODE_FSEQ: in getSetCond() 3361 case TGSI_OPCODE_FSEQ: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 604 [nir_op_feq32] = { TGSI_OPCODE_FSEQ, TGSI_OPCODE_DSEQ }, in ntt_emit_alu()
|
D | tgsi_to_nir.c | 1883 [TGSI_OPCODE_FSEQ] = nir_op_feq,
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2546 bld_base->op_actions[TGSI_OPCODE_FSEQ].emit = fseq_emit_cpu; in lp_set_default_actions_cpu()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 803 case TGSI_OPCODE_FSEQ: in translate_opcode() 9246 case TGSI_OPCODE_FSEQ: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11781 [TGSI_OPCODE_FSEQ] = { ALU_OP2_SETE_DX10, tgsi_op2}, 11978 [TGSI_OPCODE_FSEQ] = { ALU_OP2_SETE_DX10, tgsi_op2}, 12204 [TGSI_OPCODE_FSEQ] = { ALU_OP2_SETE_DX10, tgsi_op2},
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 5114 case TGSI_OPCODE_FSEQ: in iter_instruction()
|