Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c827 static struct tgsi_texture_offset
830 struct tgsi_texture_offset texture_offset; in tgsi_default_texture_offset()
842 static struct tgsi_texture_offset
849 struct tgsi_texture_offset texture_offset; in tgsi_build_texture_offset()
1166 struct tgsi_texture_offset *texture_offset; in tgsi_build_full_instruction()
1170 texture_offset = (struct tgsi_texture_offset *)&tokens[size]; in tgsi_build_full_instruction()
Dtgsi_parse.h97 struct tgsi_texture_offset TexOffsets[TGSI_FULL_MAX_TEX_OFFSETS];
Dtgsi_ureg.h567 const struct tgsi_texture_offset *texoffsets,
625 const struct tgsi_texture_offset *offset);
Dtgsi_ureg.c64 struct tgsi_texture_offset insn_texture_offset;
1339 const struct tgsi_texture_offset *offset) in ureg_emit_texture_offset()
1437 const struct tgsi_texture_offset *texoffsets, in ureg_tex_insn()
Dtgsi_text.c973 struct tgsi_texture_offset *src ) in parse_texoffset_operand()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h701 struct tgsi_texture_offset struct
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.c427 const struct tgsi_texture_offset *off = &inst->TexOffsets[tex_off_op]; in lp_build_emit_fetch_texoffset()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1445 struct tgsi_texture_offset *tex_offset = &tgsi_inst->TexOffsets[i]; in ttn_tex()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp5568 static struct tgsi_texture_offset
5572 struct tgsi_texture_offset offset; in translate_tex_offset()
5599 struct tgsi_texture_offset texoffsets[MAX_GLSL_TEXTURE_OFFSET]; in compile_tgsi_instruction()
/external/mesa3d/src/gallium/drivers/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()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c4808 const struct tgsi_texture_offset *off = inst->TexOffsets; in get_texel_offsets()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c4794 const struct tgsi_texture_offset *off = inst->TexOffsets; in tex_fetch_args()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c7202 const struct tgsi_texture_offset *off = inst->TexOffsets; in tgsi_tex()