Searched refs:instruction_memory (Results 1 – 3 of 3) sorted by relevance
752 struct tgsi_instruction_memory instruction_memory; in tgsi_default_instruction_memory() local754 instruction_memory.Qualifier = 0; in tgsi_default_instruction_memory()755 instruction_memory.Texture = 0; in tgsi_default_instruction_memory()756 instruction_memory.Format = 0; in tgsi_default_instruction_memory()757 instruction_memory.Padding = 0; in tgsi_default_instruction_memory()759 return instruction_memory; in tgsi_default_instruction_memory()770 struct tgsi_instruction_memory instruction_memory; in tgsi_build_instruction_memory() local772 instruction_memory.Qualifier = qualifier; in tgsi_build_instruction_memory()773 instruction_memory.Texture = texture; in tgsi_build_instruction_memory()774 instruction_memory.Format = format; in tgsi_build_instruction_memory()[all …]
768 struct tgsi_instruction_memory instruction_memory; in tgsi_default_instruction_memory() local770 instruction_memory.Qualifier = 0; in tgsi_default_instruction_memory()771 instruction_memory.Texture = 0; in tgsi_default_instruction_memory()772 instruction_memory.Format = 0; in tgsi_default_instruction_memory()773 instruction_memory.Padding = 0; in tgsi_default_instruction_memory()775 return instruction_memory; in tgsi_default_instruction_memory()786 struct tgsi_instruction_memory instruction_memory; in tgsi_build_instruction_memory() local788 instruction_memory.Qualifier = qualifier; in tgsi_build_instruction_memory()789 instruction_memory.Texture = texture; in tgsi_build_instruction_memory()790 instruction_memory.Format = format; in tgsi_build_instruction_memory()[all …]
250 AppMemory instruction_memory; in Initialize() local251 instruction_memory.ptr = NULL; in Initialize()252 instruction_memory.length = 0; in Initialize()253 app_memory_info_.push_back(instruction_memory); in Initialize()