Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_build.c752 struct tgsi_instruction_memory instruction_memory; in tgsi_default_instruction_memory() local
754 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() local
772 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 …]
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c768 struct tgsi_instruction_memory instruction_memory; in tgsi_default_instruction_memory() local
770 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() local
788 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 …]
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc250 AppMemory instruction_memory; in Initialize() local
251 instruction_memory.ptr = NULL; in Initialize()
252 instruction_memory.length = 0; in Initialize()
253 app_memory_info_.push_back(instruction_memory); in Initialize()