/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 281 case TGSI_OPCODE_TEX: in tgsi_util_get_inst_usage_mask() 321 if (inst->Instruction.Opcode != TGSI_OPCODE_TEX) { in tgsi_util_get_inst_usage_mask()
|
D | tgsi_info.c | 92 { 1, 2, 1, 0, 0, 0, OTHR, "TEX", TGSI_OPCODE_TEX },
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_tgsi_lower_yuv.c | 103 inst.Instruction.Opcode = TGSI_OPCODE_TEX; in tex_instruction() 403 case TGSI_OPCODE_TEX: { in transform_instr()
|
D | st_cb_drawpixels_shader.c | 164 inst.Instruction.Opcode = TGSI_OPCODE_TEX; in transform_instr()
|
D | st_atifs_to_tgsi.c | 335 ureg_tex_insn(t->ureg, TGSI_OPCODE_TEX, dst, 1, TGSI_TEXTURE_2D, in compile_setupinst() 682 if (current_inst->Instruction.Opcode == TGSI_OPCODE_TEX) { in transform_instr()
|
D | st_mesa_to_tgsi.c | 508 return TGSI_OPCODE_TEX; in translate_opcode()
|
D | st_glsl_to_tgsi.cpp | 4343 opcode = (is_cube_array && ir->shadow_comparator) ? TGSI_OPCODE_TEX2 : TGSI_OPCODE_TEX; in visit() 4447 if (opcode == TGSI_OPCODE_TEX) { in visit() 6159 case TGSI_OPCODE_TEX: in compile_tgsi_instruction()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 291 case TGSI_OPCODE_TEX: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_transform.h | 559 inst.Instruction.Opcode = TGSI_OPCODE_TEX; in tgsi_transform_tex_inst()
|
D | tgsi_lowering.c | 1137 opcode = TGSI_OPCODE_TEX; in transform_samp() 1405 case TGSI_OPCODE_TEX: in transform_instr() 1548 n = info->opcode_count[TGSI_OPCODE_TEX] + in tgsi_transform_lowering()
|
D | tgsi_scan.c | 360 case TGSI_OPCODE_TEX: in scan_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 403 TGSI_OPCODE_TEX = 52, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 387 #define TGSI_OPCODE_TEX 52 macro
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 73 case TGSI_OPCODE_TEX: return RC_OPCODE_TEX; in translate_opcode()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_info.c | 326 case TGSI_OPCODE_TEX: in analyse_instruction()
|
D | lp_bld_tgsi_aos.c | 660 case TGSI_OPCODE_TEX: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_soa.c | 2678 if (opcode == TGSI_OPCODE_TEX || in near_end_of_shader() 4522 bld.bld_base.op_actions[TGSI_OPCODE_TEX].emit = tex_emit; in lp_build_tgsi_soa()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 116 [ TGSI_OPCODE_TEX ] = { true, false, 0, 1, 2 },
|
D | i915_fpc_translate.c | 934 case TGSI_OPCODE_TEX: in i915_translate_instruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1340 case TGSI_OPCODE_TEX: in ttn_tex() 1831 [TGSI_OPCODE_TEX] = 0, 2096 case TGSI_OPCODE_TEX: in ttn_emit_instruction()
|
D | nir_to_tgsi.c | 1770 tex_opcode = TGSI_OPCODE_TEX; in ntt_emit_texture() 1894 if (tex_opcode == TGSI_OPCODE_TEX) in ntt_emit_texture()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 1625 case TGSI_OPCODE_TEX: in emit_tex2() 1837 case TGSI_OPCODE_TEX: in emit_tex() 2773 case TGSI_OPCODE_TEX: in svga_emit_instruction()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 315 case TGSI_OPCODE_TEX: in srcMask() 331 if (insn->Instruction.Opcode != TGSI_OPCODE_TEX && in srcMask() 2372 (tgsi.getOpcode() == TGSI_OPCODE_TEX || in handleTEX() 3444 case TGSI_OPCODE_TEX: in handleInstruction()
|
/external/mesa3d/src/mesa/state_tracker/tests/ |
D | test_glsl_to_tgsi_lifetime.cpp | 74 { TGSI_OPCODE_TEX, {out0}, {in0}, {1,2}}, in TEST_F()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_fragprog.c | 732 case TGSI_OPCODE_TEX: in nvfx_fragprog_parse_instruction()
|