Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c709 static struct tgsi_instruction_texture
712 struct tgsi_instruction_texture instruction_texture; in tgsi_default_instruction_texture()
721 static struct tgsi_instruction_texture
729 struct tgsi_instruction_texture instruction_texture; in tgsi_build_instruction_texture()
1025 struct tgsi_instruction_texture *instruction_texture; in tgsi_build_full_instruction()
1030 (struct tgsi_instruction_texture *) &tokens[size]; in tgsi_build_full_instruction()
Dtgsi_parse.h98 struct tgsi_instruction_texture Texture;
Dtgsi_ureg.c58 struct tgsi_instruction_texture insn_texture;
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h513 struct tgsi_instruction_texture struct
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc.h302 struct tgsi_instruction_texture Texture;
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c233 static void transform_texture(struct rc_instruction * dst, struct tgsi_instruction_texture src, in transform_texture()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_tgsi.cpp246 const struct tgsi_instruction_texture *tex = &insn->Texture; in srcMask()