Searched refs:TGSI_OPCODE_ENDSUB (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_transform.c | 219 case TGSI_OPCODE_ENDSUB: in tgsi_transform_shader()
|
D | tgsi_scan.c | 1023 case TGSI_OPCODE_ENDSUB: in check_no_subroutines()
|
D | tgsi_exec.c | 5768 case TGSI_OPCODE_ENDSUB: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 452 TGSI_OPCODE_ENDSUB = 102, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 435 #define TGSI_OPCODE_ENDSUB 102 macro
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 142 { 0, 0, 0, 0, 1, 0, NONE, "ENDSUB", TGSI_OPCODE_ENDSUB },
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_info.c | 451 case TGSI_OPCODE_ENDSUB: in analyse_instruction()
|
D | lp_bld_tgsi_aos.c | 764 case TGSI_OPCODE_ENDSUB: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_soa.c | 4514 bld.bld_base.op_actions[TGSI_OPCODE_ENDSUB].emit = endsub_emit; in lp_build_tgsi_soa()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_vertprog.c | 727 case TGSI_OPCODE_ENDSUB: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 794 case TGSI_OPCODE_ENDSUB: in nvfx_fragprog_parse_instruction()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3103 insn.getOpcode() == TGSI_OPCODE_ENDSUB || in isEndOfSubroutine() 3666 case TGSI_OPCODE_ENDSUB: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1880 [TGSI_OPCODE_ENDSUB] = 0, /* XXX: no function calls */
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2787 case TGSI_OPCODE_ENDSUB: in svga_emit_instruction()
|
D | svga_tgsi_vgpu10.c | 855 case TGSI_OPCODE_ENDSUB: in translate_opcode() 9241 case TGSI_OPCODE_ENDSUB: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11775 [TGSI_OPCODE_ENDSUB] = { ALU_OP0_NOP, tgsi_unsupported}, 11972 [TGSI_OPCODE_ENDSUB] = { ALU_OP0_NOP, tgsi_unsupported}, 12198 [TGSI_OPCODE_ENDSUB] = { ALU_OP0_NOP, tgsi_unsupported},
|