Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_LODQ (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h529 #define TGSI_OPCODE_LODQ 183 macro
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c225 { 1, 2, 1, 0, 0, 0, 0, OTHR, "LODQ", TGSI_OPCODE_LODQ },
Dtgsi_scan.c64 opcode == TGSI_OPCODE_LODQ; in is_mem_query_inst()
Dtgsi_exec.c5369 case TGSI_OPCODE_LODQ: in exec_instruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1304 case TGSI_OPCODE_LODQ: in ttn_tex()
1679 [TGSI_OPCODE_LODQ] = 0,
1847 case TGSI_OPCODE_LODQ: in ttn_emit_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp308 case TGSI_OPCODE_LODQ: in srcMask()
3318 case TGSI_OPCODE_LODQ: in handleInstruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c7526 else if (inst->Instruction.Opcode == TGSI_OPCODE_LODQ) { in tgsi_tex()
9244 [TGSI_OPCODE_LODQ] = { FETCH_OP_GET_LOD, tgsi_unsupported},
9442 [TGSI_OPCODE_LODQ] = { FETCH_OP_GET_LOD, tgsi_tex},
9665 [TGSI_OPCODE_LODQ] = { FETCH_OP_GET_LOD, tgsi_tex},
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c4606 if (tgsi_is_shadow_target(target) && opcode != TGSI_OPCODE_LODQ) { in tex_fetch_args()
4959 case TGSI_OPCODE_LODQ: in build_tex_intrinsic()
6744 bld_base->op_actions[TGSI_OPCODE_LODQ] = tex_action; in si_init_shader_ctx()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4079 opcode = TGSI_OPCODE_LODQ; in visit()
5638 case TGSI_OPCODE_LODQ: in compile_tgsi_instruction()