Searched refs:TGSI_OPCODE_BGNSUB (Results 1 – 18 of 18) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_transform.c | 223 case TGSI_OPCODE_BGNSUB: in tgsi_transform_shader()
|
D | tgsi_dump.c | 680 case TGSI_OPCODE_BGNSUB: in iter_instruction()
|
D | tgsi_scan.c | 1022 case TGSI_OPCODE_BGNSUB: in check_no_subroutines()
|
D | tgsi_exec.c | 5525 == TGSI_OPCODE_BGNSUB); in exec_instruction() 5764 case TGSI_OPCODE_BGNSUB: in exec_instruction()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_info.c | 450 case TGSI_OPCODE_BGNSUB: in analyse_instruction() 571 inst->Instruction.Opcode == TGSI_OPCODE_BGNSUB) { in lp_build_tgsi_info()
|
D | lp_bld_tgsi_aos.c | 752 case TGSI_OPCODE_BGNSUB: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_soa.c | 4503 bld.bld_base.op_actions[TGSI_OPCODE_BGNSUB].emit = bgnsub_emit; in lp_build_tgsi_soa()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 450 TGSI_OPCODE_BGNSUB = 100, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 433 #define TGSI_OPCODE_BGNSUB 100 macro
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 140 { 0, 0, 0, 0, 0, 1, NONE, "BGNSUB", TGSI_OPCODE_BGNSUB },
|
D | tgsi_dump.c | 639 case TGSI_OPCODE_BGNSUB: in iter_instruction()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_vertprog.c | 724 case TGSI_OPCODE_BGNSUB: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 793 case TGSI_OPCODE_BGNSUB: in nvfx_fragprog_parse_instruction()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3105 insn.getOpcode() == TGSI_OPCODE_BGNSUB); in isEndOfSubroutine() 3650 case TGSI_OPCODE_BGNSUB: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1878 [TGSI_OPCODE_BGNSUB] = 0, /* XXX: no function calls */
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2784 case TGSI_OPCODE_BGNSUB: in svga_emit_instruction()
|
D | svga_tgsi_vgpu10.c | 9327 case TGSI_OPCODE_BGNSUB: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11773 [TGSI_OPCODE_BGNSUB] = { ALU_OP0_NOP, tgsi_unsupported}, 11970 [TGSI_OPCODE_BGNSUB] = { ALU_OP0_NOP, tgsi_unsupported}, 12196 [TGSI_OPCODE_BGNSUB] = { ALU_OP0_NOP, tgsi_unsupported},
|