Home
last modified time | relevance | path

Searched refs:memory_offset (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/processor/
Dexploitability_win.cc211 uint32_t memory_offset = in CheckPlatformExploitability() local
214 instruction_region->GetSize() - memory_offset; in CheckPlatformExploitability()
219 instruction_region->GetMemory() + memory_offset; in CheckPlatformExploitability()
/external/llvm/test/CodeGen/MIR/X86/
Dmemory-operands.mir55 define void @memory_offset(<8 x float>* %vec) {
284 name: memory_offset
291 ; CHECK: name: memory_offset
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MIR/X86/
Dmemory-operands.mir55 define void @memory_offset(<8 x float>* %vec) {
284 name: memory_offset
291 ; CHECK: name: memory_offset
/external/mesa3d/src/intel/vulkan/
Danv_image.c630 uint32_t memory_offset) in anv_image_bind_memory_plane() argument
641 image->planes[plane].bo_offset = memory_offset; in anv_image_bind_memory_plane()
/external/vulkan-validation-layers/layers/
Dcore_validation.h280 …ta* dev_data, VkDeviceMemory mem, BINDABLE* mem_binding, VkDeviceSize memory_offset, uint64_t hand…
Dcore_validation.cpp466 …inding(layer_data *dev_data, VkDeviceMemory mem, BINDABLE *mem_binding, VkDeviceSize memory_offset, in SetMemBinding() argument
471 mem_binding->binding.offset = memory_offset; in SetMemBinding()