Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c760 static struct tgsi_instruction_texture
763 struct tgsi_instruction_texture instruction_texture; in tgsi_default_instruction_texture()
772 static struct tgsi_instruction_texture
780 struct tgsi_instruction_texture instruction_texture; in tgsi_build_instruction_texture()
1149 struct tgsi_instruction_texture *instruction_texture; in tgsi_build_full_instruction()
1154 (struct tgsi_instruction_texture *) &tokens[size]; in tgsi_build_full_instruction()
Dtgsi_parse.h93 struct tgsi_instruction_texture Texture;
Dtgsi_ureg.c62 struct tgsi_instruction_texture insn_texture;
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc.h302 struct tgsi_instruction_texture Texture;
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h689 struct tgsi_instruction_texture struct
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c212 static void transform_texture(struct rc_instruction * dst, struct tgsi_instruction_texture src, in transform_texture()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp240 const struct tgsi_instruction_texture *tex = &insn->Texture; in texOffsetMask()
310 const struct tgsi_instruction_texture *tex = &insn->Texture; in srcMask()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler.c913 const struct tgsi_instruction_texture *tex) in convert_tex()