Searched refs:TGSI_OPCODE_DSSG (Results 1 – 8 of 8) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 264 { 1, 1, 0, 0, 0, 0, COMP, "DSSG", TGSI_OPCODE_DSSG }, 444 case TGSI_OPCODE_DSSG: in tgsi_opcode_infer_type()
|
D | tgsi_scan.c | 167 fullinst->Instruction.Opcode <= TGSI_OPCODE_DSSG) in tgsi_scan_shader()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 211 case TGSI_OPCODE_DSSG: in tgsi_opcode_infer_type()
|
D | tgsi_scan.c | 482 fullinst->Instruction.Opcode <= TGSI_OPCODE_DSSG) || in scan_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 586 TGSI_OPCODE_DSSG = 222, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 568 #define TGSI_OPCODE_DSSG 222 macro
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 4095 case TGSI_OPCODE_DSSG: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 9451 case TGSI_OPCODE_DSSG: in emit_vgpu10_instruction()
|