Searched defs:instruction_texture (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c712 struct tgsi_instruction_texture instruction_texture; local
714 instruction_texture.Texture = TGSI_TEXTURE_UNKNOWN;
715 instruction_texture.NumOffsets = 0;
716 instruction_texture.Padding = 0;
718 return instruction_texture;
729 struct tgsi_instruction_texture instruction_texture; local
731 instruction_texture.Texture = texture;
732 instruction_texture.NumOffsets = num_offsets;
733 instruction_texture.Padding = 0;
738 return instruction_texture;
1025 struct tgsi_instruction_texture *instruction_texture; local
[all...]

Completed in 89 milliseconds