Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_GATHER4 (Results 1 – 10 of 10) sorted by relevance

/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h488 #define TGSI_OPCODE_GATHER4 153 macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h497 #define TGSI_OPCODE_GATHER4 153 macro
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c194 { 1, 3, 0, 0, 0, 0, OTHR, "GATHER4", TGSI_OPCODE_GATHER4 },
Dtgsi_dump.c596 inst->Instruction.Opcode <= TGSI_OPCODE_GATHER4)) { in iter_instruction()
Dtgsi_text.c1068 if (i >= TGSI_OPCODE_SAMPLE && i <= TGSI_OPCODE_GATHER4) { in parse_instruction()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_dump.c637 inst->Instruction.Opcode <= TGSI_OPCODE_GATHER4)) { in iter_instruction()
Dtgsi_text.c1082 if (i >= TGSI_OPCODE_SAMPLE && i <= TGSI_OPCODE_GATHER4) { in parse_instruction()
Dtgsi_exec.c5741 case TGSI_OPCODE_GATHER4: in exec_instruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c3911 bld.bld_base.op_actions[TGSI_OPCODE_GATHER4].emit = gather4_emit; in lp_build_tgsi_soa()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c10403 [TGSI_OPCODE_GATHER4] = { 0, tgsi_unsupported},
10600 [TGSI_OPCODE_GATHER4] = { 0, tgsi_unsupported},
10822 [TGSI_OPCODE_GATHER4] = { 0, tgsi_unsupported},