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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c733 struct tgsi_instruction_texture instruction_texture; local in function:tgsi_default_instruction_texture
735 instruction_texture.Texture = TGSI_TEXTURE_UNKNOWN;
736 instruction_texture.NumOffsets = 0;
737 instruction_texture.ReturnType = TGSI_RETURN_TYPE_UNKNOWN;
738 instruction_texture.Padding = 0;
740 return instruction_texture;
751 struct tgsi_instruction_texture instruction_texture; local in function:tgsi_build_instruction_texture
753 instruction_texture.Texture = texture;
754 instruction_texture.NumOffsets = num_offsets;
755 instruction_texture
1094 struct tgsi_instruction_texture *instruction_texture; local in function:tgsi_build_full_instruction
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c730 struct tgsi_instruction_texture instruction_texture; local in function:tgsi_default_instruction_texture
732 instruction_texture.Texture = TGSI_TEXTURE_UNKNOWN;
733 instruction_texture.NumOffsets = 0;
734 instruction_texture.ReturnType = TGSI_RETURN_TYPE_UNKNOWN;
735 instruction_texture.Padding = 0;
737 return instruction_texture;
748 struct tgsi_instruction_texture instruction_texture; local in function:tgsi_build_instruction_texture
750 instruction_texture.Texture = texture;
751 instruction_texture.NumOffsets = num_offsets;
752 instruction_texture
1091 struct tgsi_instruction_texture *instruction_texture; local in function:tgsi_build_full_instruction
[all...]

Completed in 4 milliseconds