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.h486 const struct tgsi_texture_offset *texoffsets,
529 const struct tgsi_texture_offset *offset);
Dtgsi_ureg.c59 struct tgsi_texture_offset insn_texture_offset;
1018 const struct tgsi_texture_offset *offset) in ureg_emit_texture_offset()
1082 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.c800 static struct tgsi_texture_offset
803 struct tgsi_texture_offset texture_offset; in tgsi_default_texture_offset()
815 static struct tgsi_texture_offset
822 struct tgsi_texture_offset texture_offset; in tgsi_build_texture_offset()
1119 struct tgsi_texture_offset *texture_offset; in tgsi_build_full_instruction()
1123 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.h567 const struct tgsi_texture_offset *texoffsets,
613 const struct tgsi_texture_offset *offset);
Dtgsi_ureg.c63 struct tgsi_texture_offset insn_texture_offset;
1346 const struct tgsi_texture_offset *offset) in ureg_emit_texture_offset()
1430 const struct tgsi_texture_offset *texoffsets, in ureg_tex_insn()
Dtgsi_text.c973 struct tgsi_texture_offset *src ) in parse_texoffset_operand()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h665 struct tgsi_texture_offset struct
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h706 struct tgsi_texture_offset struct
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.c452 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.c1395 struct tgsi_texture_offset *tex_offset = &tgsi_inst->TexOffsets[i]; in ttn_tex()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_mem.c1585 const struct tgsi_texture_offset *off = inst->TexOffsets; in tex_fetch_args()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp5767 static struct tgsi_texture_offset
5771 struct tgsi_texture_offset offset; in translate_tex_offset()
5798 struct tgsi_texture_offset texoffsets[MAX_GLSL_TEXTURE_OFFSET]; in compile_tgsi_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp65 struct tgsi_src_register offsetToSrc(struct tgsi_texture_offset off) in offsetToSrc()
77 SrcRegister(const struct tgsi_texture_offset& off) : in SrcRegister()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c4709 const struct tgsi_texture_offset *off = inst->TexOffsets; in get_texel_offsets()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c7438 const struct tgsi_texture_offset *off = inst->TexOffsets; in tgsi_tex()