Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h616 TGSI_OPCODE_LOD = 249, enumerator
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c2152 if (inst->Instruction.Opcode == TGSI_OPCODE_LOD) { in exec_lodq()
2184 if (inst->Instruction.Opcode == TGSI_OPCODE_LOD) { in exec_lodq()
5651 case TGSI_OPCODE_LOD: in exec_instruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c4554 bld.bld_base.op_actions[TGSI_OPCODE_LOD].emit = lod_emit; in lp_build_tgsi_soa()