Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_LOD (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h611 #define TGSI_OPCODE_LOD 249 macro
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c2362 if (inst->Instruction.Opcode == TGSI_OPCODE_LOD) { in exec_lodq()
2396 if (inst->Instruction.Opcode == TGSI_OPCODE_LOD) { in exec_lodq()
5757 case TGSI_OPCODE_LOD: in exec_instruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c3913 bld.bld_base.op_actions[TGSI_OPCODE_LOD].emit = lod_emit; in lp_build_tgsi_soa()