Home
last modified time | relevance | path

Searched refs:instruction_memory (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c764 struct tgsi_instruction_memory instruction_memory; in tgsi_default_instruction_memory() local
766 instruction_memory.Qualifier = 0; in tgsi_default_instruction_memory()
767 instruction_memory.Texture = 0; in tgsi_default_instruction_memory()
768 instruction_memory.Format = 0; in tgsi_default_instruction_memory()
769 instruction_memory.Padding = 0; in tgsi_default_instruction_memory()
771 return instruction_memory; in tgsi_default_instruction_memory()
782 struct tgsi_instruction_memory instruction_memory; in tgsi_build_instruction_memory() local
784 instruction_memory.Qualifier = qualifier; in tgsi_build_instruction_memory()
785 instruction_memory.Texture = texture; in tgsi_build_instruction_memory()
786 instruction_memory.Format = format; in tgsi_build_instruction_memory()
[all …]