Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/tgsi/
H A 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 …]
/aosp_15_r20/external/virglrenderer/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c754 struct tgsi_instruction_memory instruction_memory; in tgsi_default_instruction_memory() local
756 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() local
774 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 …]
/aosp_15_r20/external/google-breakpad/src/client/windows/handler/
H A Dexception_handler.cc253 AppMemory instruction_memory; in Initialize() local
254 instruction_memory.ptr = NULL; in Initialize()
255 instruction_memory.length = 0; in Initialize()
256 app_memory_info_.push_back(instruction_memory); in Initialize()