Searched refs:TGSI_OPCODE_ISSG (Results 1 – 12 of 12) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 201 { 1, 1, 0, 0, 0, 0, COMP, "ISSG", TGSI_OPCODE_ISSG }, 375 case TGSI_OPCODE_ISSG: in tgsi_opcode_infer_type()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 175 case TGSI_OPCODE_ISSG: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 5773 case TGSI_OPCODE_ISSG: in exec_instruction()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 496 #define TGSI_OPCODE_ISSG 160 macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 505 #define TGSI_OPCODE_ISSG 160 macro
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_alu.c | 360 } else if (emit_data->inst->Instruction.Opcode == TGSI_OPCODE_ISSG) { in emit_ssg() 777 bld_base->op_actions[TGSI_OPCODE_ISSG].emit = emit_ssg; in si_shader_context_init_alu()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1606 [TGSI_OPCODE_ISSG] = nir_op_isign,
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 628 case TGSI_OPCODE_ISSG: in inferSrcType() 3396 case TGSI_OPCODE_ISSG: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2432 bld_base->op_actions[TGSI_OPCODE_ISSG].emit = issg_emit_cpu; in lp_set_default_actions_cpu()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 10410 [TGSI_OPCODE_ISSG] = { 0, tgsi_issg}, 10607 [TGSI_OPCODE_ISSG] = { 0, tgsi_issg}, 10829 [TGSI_OPCODE_ISSG] = { 0, tgsi_issg},
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 5568 case TGSI_OPCODE_ISSG: in emit_vgpu10_instruction()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 3470 case TGSI_OPCODE_ISSG: in iter_instruction()
|