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

/external/chromium_org/third_party/mesa/src/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...]
/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 53 milliseconds