Searched refs:TGSI_OPCODE_GATHER4 (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 490 #define TGSI_OPCODE_GATHER4 153 macro
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 194 { 1, 3, 0, 0, 0, 0, 0, OTHR, "GATHER4", TGSI_OPCODE_GATHER4 },
|
D | tgsi_dump.c | 653 inst->Instruction.Opcode <= TGSI_OPCODE_GATHER4)) { in iter_instruction()
|
D | tgsi_text.c | 1107 if (i >= TGSI_OPCODE_SAMPLE && i <= TGSI_OPCODE_GATHER4) { in parse_instruction()
|
D | tgsi_exec.c | 5909 case TGSI_OPCODE_GATHER4: in exec_instruction()
|
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
D | toy_tgsi.c | 425 case TGSI_OPCODE_GATHER4: in aos_sample() 887 [TGSI_OPCODE_GATHER4] = aos_sample, 1428 [TGSI_OPCODE_GATHER4] = soa_passthrough,
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 9214 [TGSI_OPCODE_GATHER4] = { 0, tgsi_unsupported}, 9412 [TGSI_OPCODE_GATHER4] = { 0, tgsi_unsupported}, 9635 [TGSI_OPCODE_GATHER4] = { 0, tgsi_unsupported},
|