Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c795 struct tgsi_instruction_memory instruction_memory; in tgsi_default_instruction_memory() local
797 instruction_memory.Qualifier = 0; in tgsi_default_instruction_memory()
798 instruction_memory.Texture = 0; in tgsi_default_instruction_memory()
799 instruction_memory.Format = 0; in tgsi_default_instruction_memory()
800 instruction_memory.Padding = 0; in tgsi_default_instruction_memory()
802 return instruction_memory; in tgsi_default_instruction_memory()
814 struct tgsi_instruction_memory instruction_memory; in tgsi_build_instruction_memory() local
816 instruction_memory.Qualifier = qualifier; in tgsi_build_instruction_memory()
817 instruction_memory.Texture = texture; in tgsi_build_instruction_memory()
818 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()