Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c727 static struct tgsi_instruction_texture
730 struct tgsi_instruction_texture instruction_texture; in tgsi_default_instruction_texture()
740 static struct tgsi_instruction_texture
748 struct tgsi_instruction_texture instruction_texture; in tgsi_build_instruction_texture()
1091 struct tgsi_instruction_texture *instruction_texture; in tgsi_build_full_instruction()
1096 (struct tgsi_instruction_texture *) &tokens[size]; in tgsi_build_full_instruction()
Dtgsi_parse.h92 struct tgsi_instruction_texture Texture;
Dtgsi_ureg.c64 struct tgsi_instruction_texture insn_texture;
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc.h266 struct tgsi_instruction_texture Texture;
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h702 struct tgsi_instruction_texture struct
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c206 static void transform_texture(struct rc_instruction * dst, struct tgsi_instruction_texture src, in transform_texture()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp254 const struct tgsi_instruction_texture *tex = &insn->Texture; in texOffsetMask()
326 const struct tgsi_instruction_texture *tex = &insn->Texture; in srcMask()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_tgsi.c960 const struct tgsi_instruction_texture *tex) in convert_tex()