Searched refs:TGSI_OPCODE_ENDSUB (Results 1 – 15 of 15) sorted by relevance
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 433 #define TGSI_OPCODE_ENDSUB 102 macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 444 #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 | 445 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 | 3882 bld.bld_base.op_actions[TGSI_OPCODE_ENDSUB].emit = endsub_emit; in lp_build_tgsi_soa()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.c | 974 case TGSI_OPCODE_ENDSUB: in check_no_subroutines()
|
D | tgsi_exec.c | 5547 case TGSI_OPCODE_ENDSUB: in exec_instruction()
|
/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/auxiliary/nir/ |
D | tgsi_to_nir.c | 1561 [TGSI_OPCODE_ENDSUB] = 0, /* XXX: no function calls */
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3186 insn.getOpcode() == TGSI_OPCODE_ENDSUB || in isEndOfSubroutine() 3739 case TGSI_OPCODE_ENDSUB: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 581 case TGSI_OPCODE_ENDSUB: in translate_opcode() 5460 case TGSI_OPCODE_ENDSUB: in emit_vgpu10_instruction()
|
D | svga_tgsi_insn.c | 2787 case TGSI_OPCODE_ENDSUB: in svga_emit_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 10352 [TGSI_OPCODE_ENDSUB] = { ALU_OP0_NOP, tgsi_unsupported}, 10549 [TGSI_OPCODE_ENDSUB] = { ALU_OP0_NOP, tgsi_unsupported}, 10771 [TGSI_OPCODE_ENDSUB] = { ALU_OP0_NOP, tgsi_unsupported},
|