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.h621 TGSI_OPCODE_LOD = 249, enumerator
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c2364 if (inst->Instruction.Opcode == TGSI_OPCODE_LOD) { in exec_lodq()
2398 if (inst->Instruction.Opcode == TGSI_OPCODE_LOD) { in exec_lodq()
5978 case TGSI_OPCODE_LOD: in exec_instruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c4547 bld.bld_base.op_actions[TGSI_OPCODE_LOD].emit = lod_emit; in lp_build_tgsi_soa()