Searched refs:instruction_texture (Results 1 – 1 of 1) sorted by relevance
730 struct tgsi_instruction_texture instruction_texture; in tgsi_default_instruction_texture() local732 instruction_texture.Texture = TGSI_TEXTURE_UNKNOWN; in tgsi_default_instruction_texture()733 instruction_texture.NumOffsets = 0; in tgsi_default_instruction_texture()734 instruction_texture.ReturnType = TGSI_RETURN_TYPE_UNKNOWN; in tgsi_default_instruction_texture()735 instruction_texture.Padding = 0; in tgsi_default_instruction_texture()737 return instruction_texture; in tgsi_default_instruction_texture()748 struct tgsi_instruction_texture instruction_texture; in tgsi_build_instruction_texture() local750 instruction_texture.Texture = texture; in tgsi_build_instruction_texture()751 instruction_texture.NumOffsets = num_offsets; in tgsi_build_instruction_texture()752 instruction_texture.ReturnType = return_type; in tgsi_build_instruction_texture()[all …]