Home
last modified time | relevance | path

Searched refs:tgsi_texture_offset (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c795 static struct tgsi_texture_offset
798 struct tgsi_texture_offset texture_offset; in tgsi_default_texture_offset()
810 static struct tgsi_texture_offset
816 struct tgsi_texture_offset texture_offset; in tgsi_build_texture_offset()
1107 struct tgsi_texture_offset *texture_offset; in tgsi_build_full_instruction()
1111 texture_offset = (struct tgsi_texture_offset *)&tokens[size]; in tgsi_build_full_instruction()
Dtgsi_parse.h96 struct tgsi_texture_offset TexOffsets[TGSI_FULL_MAX_TEX_OFFSETS];
Dtgsi_ureg.h557 const struct tgsi_texture_offset *texoffsets,
605 const struct tgsi_texture_offset *offset);
Dtgsi_ureg.c67 struct tgsi_texture_offset insn_texture_offset;
1359 const struct tgsi_texture_offset *offset) in ureg_emit_texture_offset()
1442 const struct tgsi_texture_offset *texoffsets, in ureg_tex_insn()
Dtgsi_text.c973 struct tgsi_texture_offset *src ) in parse_texoffset_operand()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h716 struct tgsi_texture_offset struct
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.c463 const struct tgsi_texture_offset *off = &inst->TexOffsets[tex_off_op]; in lp_build_emit_fetch_texoffset()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c47 struct tgsi_texture_offset tex_offset;
2724 struct tgsi_texture_offset tex_offset = { in ntt_emit_texture()
Dtgsi_to_nir.c1533 struct tgsi_texture_offset *tex_offset = &tgsi_inst->TexOffsets[i]; in ttn_tex()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp64 struct tgsi_src_register offsetToSrc(struct tgsi_texture_offset off) in offsetToSrc()
76 SrcRegister(const struct tgsi_texture_offset& off) : in SrcRegister()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c1173 struct tgsi_texture_offset texoffsets; in sample_ureg_emit()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c8291 const struct tgsi_texture_offset *off = inst->TexOffsets; in get_texel_offsets()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c8178 const struct tgsi_texture_offset *off = inst->TexOffsets; in tgsi_tex()