Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c742 static struct tgsi_texture_offset
745 struct tgsi_texture_offset texture_offset; in tgsi_default_texture_offset()
757 static struct tgsi_texture_offset
764 struct tgsi_texture_offset texture_offset; in tgsi_build_texture_offset()
1042 struct tgsi_texture_offset *texture_offset; in tgsi_build_full_instruction()
1046 texture_offset = (struct tgsi_texture_offset *)&tokens[size]; in tgsi_build_full_instruction()
Dtgsi_parse.h101 struct tgsi_texture_offset TexOffsets[TGSI_FULL_MAX_TEX_OFFSETS];
Dtgsi_ureg.h483 const struct tgsi_texture_offset *texoffsets,
531 const struct tgsi_texture_offset *offset);
Dtgsi_ureg.c59 struct tgsi_texture_offset insn_texture_offset;
1047 const struct tgsi_texture_offset *offset) in ureg_emit_texture_offset()
1122 const struct tgsi_texture_offset *texoffsets, in ureg_tex_insn()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h525 struct tgsi_texture_offset struct
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp223 struct tgsi_texture_offset tex_offsets[MAX_GLSL_TEXTURE_OFFSET];
4185 static struct tgsi_texture_offset
4187 const struct tgsi_texture_offset *in_offset) in translate_tex_offset()
4189 struct tgsi_texture_offset offset; in translate_tex_offset()
4212 struct tgsi_texture_offset texoffsets[MAX_GLSL_TEXTURE_OFFSET]; in compile_tgsi_instruction()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_tgsi.cpp56 struct tgsi_src_register offsetToSrc(struct tgsi_texture_offset off) in offsetToSrc()
68 SrcRegister(const struct tgsi_texture_offset& off) : in SrcRegister()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_setup_tgsi_llvm.c655 const struct tgsi_texture_offset * off = inst->TexOffsets; in txf_fetch_args()