Searched refs:instruction_texture (Results 1 – 1 of 1) sorted by relevance
712 struct tgsi_instruction_texture instruction_texture; in tgsi_default_instruction_texture() local714 instruction_texture.Texture = TGSI_TEXTURE_UNKNOWN; in tgsi_default_instruction_texture()715 instruction_texture.NumOffsets = 0; in tgsi_default_instruction_texture()716 instruction_texture.Padding = 0; in tgsi_default_instruction_texture()718 return instruction_texture; in tgsi_default_instruction_texture()729 struct tgsi_instruction_texture instruction_texture; in tgsi_build_instruction_texture() local731 instruction_texture.Texture = texture; in tgsi_build_instruction_texture()732 instruction_texture.NumOffsets = num_offsets; in tgsi_build_instruction_texture()733 instruction_texture.Padding = 0; in tgsi_build_instruction_texture()738 return instruction_texture; in tgsi_build_instruction_texture()[all …]