Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_build.c783 static struct tgsi_texture_offset
786 struct tgsi_texture_offset texture_offset; in tgsi_default_texture_offset()
798 static struct tgsi_texture_offset
804 struct tgsi_texture_offset texture_offset; in tgsi_build_texture_offset()
1094 struct tgsi_texture_offset *texture_offset; in tgsi_build_full_instruction()
1098 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.h493 const struct tgsi_texture_offset *texoffsets,
536 const struct tgsi_texture_offset *offset);
Dtgsi_ureg.c59 struct tgsi_texture_offset insn_texture_offset;
1054 const struct tgsi_texture_offset *offset) in ureg_emit_texture_offset()
1118 const struct tgsi_texture_offset *texoffsets, in ureg_tex_insn()
Dtgsi_text.c960 struct tgsi_texture_offset *src ) in parse_texoffset_operand()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c799 static struct tgsi_texture_offset
802 struct tgsi_texture_offset texture_offset; in tgsi_default_texture_offset()
814 static struct tgsi_texture_offset
820 struct tgsi_texture_offset texture_offset; in tgsi_build_texture_offset()
1111 struct tgsi_texture_offset *texture_offset; in tgsi_build_full_instruction()
1115 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.h573 const struct tgsi_texture_offset *texoffsets,
621 const struct tgsi_texture_offset *offset);
Dtgsi_ureg.c66 struct tgsi_texture_offset insn_texture_offset;
1357 const struct tgsi_texture_offset *offset) in ureg_emit_texture_offset()
1440 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.h721 struct tgsi_texture_offset struct
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h699 struct tgsi_texture_offset struct
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.c461 const struct tgsi_texture_offset *off = &inst->TexOffsets[tex_off_op]; in lp_build_emit_fetch_texoffset()
/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/auxiliary/nir/
Dnir_to_tgsi.c1937 struct tgsi_texture_offset tex_offsets[4]; in ntt_emit_texture()
Dtgsi_to_nir.c1539 struct tgsi_texture_offset *tex_offset = &tgsi_inst->TexOffsets[i]; in ttn_tex()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp6101 static struct tgsi_texture_offset
6105 struct tgsi_texture_offset offset; in translate_tex_offset()
6132 struct tgsi_texture_offset texoffsets[MAX_GLSL_TEXTURE_OFFSET]; in compile_tgsi_instruction()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c7637 const struct tgsi_texture_offset *off = inst->TexOffsets; in get_texel_offsets()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c8160 const struct tgsi_texture_offset *off = inst->TexOffsets; in tgsi_tex()