Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_build.c718 static struct tgsi_instruction_texture
721 struct tgsi_instruction_texture instruction_texture; in tgsi_default_instruction_texture()
730 static struct tgsi_instruction_texture
737 struct tgsi_instruction_texture instruction_texture; in tgsi_build_instruction_texture()
1079 struct tgsi_instruction_texture *instruction_texture; in tgsi_build_full_instruction()
1084 (struct tgsi_instruction_texture *) &tokens[size]; in tgsi_build_full_instruction()
Dtgsi_parse.h92 struct tgsi_instruction_texture Texture;
Dtgsi_ureg.c58 struct tgsi_instruction_texture insn_texture;
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c731 static struct tgsi_instruction_texture
734 struct tgsi_instruction_texture instruction_texture; in tgsi_default_instruction_texture()
744 static struct tgsi_instruction_texture
752 struct tgsi_instruction_texture instruction_texture; in tgsi_build_instruction_texture()
1095 struct tgsi_instruction_texture *instruction_texture; in tgsi_build_full_instruction()
1100 (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;
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc.h301 struct tgsi_instruction_texture Texture;
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h708 struct tgsi_instruction_texture struct
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h687 struct tgsi_instruction_texture struct
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c204 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.cpp254 const struct tgsi_instruction_texture *tex = &insn->Texture; in texOffsetMask()
326 const struct tgsi_instruction_texture *tex = &insn->Texture; in srcMask()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_tgsi.c960 const struct tgsi_instruction_texture *tex) in convert_tex()