Searched refs:TGSI_OPCODE_TEX2 (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 299 case TGSI_OPCODE_TEX2: in tgsi_util_get_inst_usage_mask() 345 else if (inst->Instruction.Opcode == TGSI_OPCODE_TEX2 || in tgsi_util_get_inst_usage_mask()
|
D | tgsi_scan.c | 370 case TGSI_OPCODE_TEX2: in scan_instruction()
|
D | tgsi_exec.c | 5998 case TGSI_OPCODE_TEX2: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 534 TGSI_OPCODE_TEX2 = 177, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 516 #define TGSI_OPCODE_TEX2 177 macro
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 219 { 1, 3, 1, 0, 0, 0, OTHR, "TEX2", TGSI_OPCODE_TEX2 },
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_info.c | 341 case TGSI_OPCODE_TEX2: in analyse_instruction()
|
D | lp_bld_tgsi_soa.c | 2685 opcode == TGSI_OPCODE_TEX2 || in near_end_of_shader() 4531 bld.bld_base.op_actions[TGSI_OPCODE_TEX2].emit = tex2_emit; in lp_build_tgsi_soa()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1344 case TGSI_OPCODE_TEX2: in ttn_tex() 1932 [TGSI_OPCODE_TEX2] = 0, 2102 case TGSI_OPCODE_TEX2: in ttn_emit_instruction()
|
D | nir_to_tgsi.c | 1895 tex_opcode = TGSI_OPCODE_TEX2; in ntt_emit_texture()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 311 case TGSI_OPCODE_TEX2: in srcMask() 2323 case TGSI_OPCODE_TEX2: shd = fetchSrc(1, 0); break; in handleTEX() 2373 tgsi.getOpcode() == TGSI_OPCODE_TEX2 || in handleTEX() 3459 case TGSI_OPCODE_TEX2: in handleInstruction()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 4343 opcode = (is_cube_array && ir->shadow_comparator) ? TGSI_OPCODE_TEX2 : TGSI_OPCODE_TEX; in visit() 4581 } else if (opcode == TGSI_OPCODE_TEX2) { in visit() 6169 case TGSI_OPCODE_TEX2: in compile_tgsi_instruction()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 2640 case TGSI_OPCODE_TEX2: in translate_tex() 2642 if (inst->Instruction.Opcode != TGSI_OPCODE_TEX2) in translate_tex() 5053 case TGSI_OPCODE_TEX2: in iter_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 7573 if (inst->Instruction.Opcode == TGSI_OPCODE_TEX2 || in tgsi_tex() 11850 [TGSI_OPCODE_TEX2] = { FETCH_OP_SAMPLE, tgsi_tex}, 12047 [TGSI_OPCODE_TEX2] = { FETCH_OP_SAMPLE, tgsi_tex}, 12273 [TGSI_OPCODE_TEX2] = { FETCH_OP_SAMPLE, tgsi_tex},
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 9388 case TGSI_OPCODE_TEX2: in emit_vgpu10_instruction()
|