HomeSort by relevance Sort by last modified time
    Searched refs:instruction_texture (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_build.c 733 struct tgsi_instruction_texture instruction_texture; local
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;
752 struct tgsi_instruction_texture instruction_texture; local
754 instruction_texture.Texture = texture;
755 instruction_texture.NumOffsets = num_offsets;
756 instruction_texture.ReturnType = return_type
1101 struct tgsi_instruction_texture *instruction_texture; local
    [all...]
  /external/virglrenderer/src/gallium/auxiliary/tgsi/
tgsi_build.c 721 struct tgsi_instruction_texture instruction_texture; local
723 instruction_texture.Texture = TGSI_TEXTURE_UNKNOWN;
724 instruction_texture.NumOffsets = 0;
725 instruction_texture.Padding = 0;
727 return instruction_texture;
737 struct tgsi_instruction_texture instruction_texture; local
739 instruction_texture.Texture = texture;
740 instruction_texture.NumOffsets = num_offsets;
741 instruction_texture.Padding = 0;
746 return instruction_texture;
1079 struct tgsi_instruction_texture *instruction_texture; local
    [all...]

Completed in 1515 milliseconds