Searched refs:instruction_memory (Results 1 – 3 of 3) sorted by relevance
764 struct tgsi_instruction_memory instruction_memory; in tgsi_default_instruction_memory() local766 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() local784 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 …]
754 struct tgsi_instruction_memory instruction_memory; in tgsi_default_instruction_memory() local756 instruction_memory.Qualifier = 0; in tgsi_default_instruction_memory()757 instruction_memory.Texture = 0; in tgsi_default_instruction_memory()758 instruction_memory.Format = 0; in tgsi_default_instruction_memory()759 instruction_memory.Padding = 0; in tgsi_default_instruction_memory()761 return instruction_memory; in tgsi_default_instruction_memory()772 struct tgsi_instruction_memory instruction_memory; in tgsi_build_instruction_memory() local774 instruction_memory.Qualifier = qualifier; in tgsi_build_instruction_memory()775 instruction_memory.Texture = texture; in tgsi_build_instruction_memory()776 instruction_memory.Format = format; in tgsi_build_instruction_memory()[all …]
253 AppMemory instruction_memory; in Initialize() local254 instruction_memory.ptr = NULL; in Initialize()255 instruction_memory.length = 0; in Initialize()256 app_memory_info_.push_back(instruction_memory); in Initialize()