Searched refs:TGSI_OPCODE_TXL2 (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 301 case TGSI_OPCODE_TXL2: in tgsi_util_get_inst_usage_mask() 347 inst->Instruction.Opcode == TGSI_OPCODE_TXL2 || in tgsi_util_get_inst_usage_mask()
|
D | tgsi_scan.c | 93 opcode != TGSI_OPCODE_TXL2 && in computes_derivative() 372 case TGSI_OPCODE_TXL2: in scan_instruction()
|
D | tgsi_exec.c | 6012 case TGSI_OPCODE_TXL2: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 536 TGSI_OPCODE_TXL2 = 179, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 518 #define TGSI_OPCODE_TXL2 179 macro
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 221 { 1, 3, 1, 0, 0, 0, OTHR, "TXL2", TGSI_OPCODE_TXL2 },
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_info.c | 347 case TGSI_OPCODE_TXL2: in analyse_instruction()
|
D | lp_bld_tgsi_soa.c | 2687 opcode == TGSI_OPCODE_TXL2 || in near_end_of_shader() 4533 bld.bld_base.op_actions[TGSI_OPCODE_TXL2].emit = txl2_emit; in lp_build_tgsi_soa()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1367 case TGSI_OPCODE_TXL2: in ttn_tex() 1492 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_TXL2) { in ttn_tex() 1934 [TGSI_OPCODE_TXL2] = 0, 2103 case TGSI_OPCODE_TXL2: in ttn_emit_instruction()
|
D | nir_to_tgsi.c | 1899 tex_opcode = TGSI_OPCODE_TXL2; in ntt_emit_texture()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 313 case TGSI_OPCODE_TXL2: in srcMask() 2325 case TGSI_OPCODE_TXL2: shd = fetchSrc(1, 1); break; in handleTEX() 3463 case TGSI_OPCODE_TXL2: in handleInstruction()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 2366 case TGSI_OPCODE_TXL2: in get_tex_inst_ext() 2639 case TGSI_OPCODE_TXL2: in translate_tex() 2724 …nstruction.Opcode == TGSI_OPCODE_TXL || inst->Instruction.Opcode == TGSI_OPCODE_TXL2 || inst->Inst… in translate_tex() 5057 case TGSI_OPCODE_TXL2: in iter_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 7575 inst->Instruction.Opcode == TGSI_OPCODE_TXL2 || in tgsi_tex() 7891 inst->Instruction.Opcode == TGSI_OPCODE_TXL2) { in tgsi_tex() 7895 inst->Instruction.Opcode == TGSI_OPCODE_TXL2) in tgsi_tex() 11852 [TGSI_OPCODE_TXL2] = { FETCH_OP_SAMPLE_L, tgsi_tex}, 12049 [TGSI_OPCODE_TXL2] = { FETCH_OP_SAMPLE_L, tgsi_tex}, 12275 [TGSI_OPCODE_TXL2] = { FETCH_OP_SAMPLE_L, tgsi_tex},
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 4368 …e->sampler_shadow && sampler_type->coordinate_components() >= 3)) ? TGSI_OPCODE_TXL2 : TGSI_OPCODE… in visit() 4579 } else if (opcode == TGSI_OPCODE_TXL2 || opcode == TGSI_OPCODE_TXB2) { in visit() 6171 case TGSI_OPCODE_TXL2: in compile_tgsi_instruction()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 8469 assert(inst->Instruction.Opcode == TGSI_OPCODE_TXL2); in emit_txl2() 9400 case TGSI_OPCODE_TXL2: in emit_vgpu10_instruction()
|