Searched refs:TGSI_OPCODE_GATHER4 (Results 1 – 10 of 10) sorted by relevance
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 488 #define TGSI_OPCODE_GATHER4 153 macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 497 #define TGSI_OPCODE_GATHER4 153 macro
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 194 { 1, 3, 0, 0, 0, 0, OTHR, "GATHER4", TGSI_OPCODE_GATHER4 },
|
D | tgsi_dump.c | 596 inst->Instruction.Opcode <= TGSI_OPCODE_GATHER4)) { in iter_instruction()
|
D | tgsi_text.c | 1068 if (i >= TGSI_OPCODE_SAMPLE && i <= TGSI_OPCODE_GATHER4) { in parse_instruction()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_dump.c | 637 inst->Instruction.Opcode <= TGSI_OPCODE_GATHER4)) { in iter_instruction()
|
D | tgsi_text.c | 1082 if (i >= TGSI_OPCODE_SAMPLE && i <= TGSI_OPCODE_GATHER4) { in parse_instruction()
|
D | tgsi_exec.c | 5741 case TGSI_OPCODE_GATHER4: in exec_instruction()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 3911 bld.bld_base.op_actions[TGSI_OPCODE_GATHER4].emit = gather4_emit; in lp_build_tgsi_soa()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 10403 [TGSI_OPCODE_GATHER4] = { 0, tgsi_unsupported}, 10600 [TGSI_OPCODE_GATHER4] = { 0, tgsi_unsupported}, 10822 [TGSI_OPCODE_GATHER4] = { 0, tgsi_unsupported},
|