Home
last modified time | relevance | path

Searched refs:memoryTypeIndex (Results 1 – 16 of 16) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp359 …for (deUint32 memoryTypeIndex = 0; memoryTypeIndex < memoryProperties.memoryTypeCount; memoryTypeI… in testMemoryMapping() local
363 …n section (log, "MemoryType" + de::toString(memoryTypeIndex), "MemoryType" + de::toString(memory… in testMemoryMapping()
364 const VkMemoryType& memoryType = memoryProperties.memoryTypes[memoryTypeIndex]; in testMemoryMapping()
402 …iceMemory> memory (allocMemory(vkd, device, config.allocationSize * atomSize, memoryTypeIndex)); in testMemoryMapping()
611 deUint32 memoryTypeIndex,
642 deUint32 memoryTypeIndex, in MemoryObject() argument
646 , m_memoryTypeIndex (memoryTypeIndex) in MemoryObject()
DvktMemoryPipelineBarrierTests.cpp563 deUint32 memoryTypeIndex) in allocMemory() argument
571 memoryTypeIndex in allocMemory()
586 deUint32 memoryTypeIndex; in bindBufferMemory() local
588 for (memoryTypeIndex = 0; memoryTypeIndex < memoryProperties.memoryTypeCount; memoryTypeIndex++) in bindBufferMemory()
590 if ((memoryRequirements.memoryTypeBits & (0x1u << memoryTypeIndex)) in bindBufferMemory()
591 && (memoryProperties.memoryTypes[memoryTypeIndex].propertyFlags & properties) == properties) in bindBufferMemory()
600 memoryTypeIndex in bindBufferMemory()
636 deUint32 memoryTypeIndex; in bindImageMemory() local
638 for (memoryTypeIndex = 0; memoryTypeIndex < memoryProperties.memoryTypeCount; memoryTypeIndex++) in bindImageMemory()
640 if ((memoryRequirements.memoryTypeBits & (0x1u << memoryTypeIndex)) in bindImageMemory()
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkMemUtil.cpp184 if (isHostVisibleMemory(m_memProps, allocInfo.memoryTypeIndex)) in allocate()
206 DE_ASSERT(isHostVisibleMemory(m_memProps, allocInfo.memoryTypeIndex)); in allocate()
DvkStructTypes.inl335 deUint32 memoryTypeIndex; member
DvkStrUtilImpl.inl1852 s << "\tmemoryTypeIndex = " << value.memoryTypeIndex << '\n';
/external/vulkan-validation-layers/demos/
Dtri.c746 .memoryTypeIndex = 0, in demo_prepare_depth()
779 &mem_alloc.memoryTypeIndex); in demo_prepare_depth()
833 .memoryTypeIndex = 0, in demo_prepare_texture_image()
847 required_props, &mem_alloc.memoryTypeIndex); in demo_prepare_texture_image()
1041 .memoryTypeIndex = 0, in demo_prepare_vertices()
1059 &mem_alloc.memoryTypeIndex); in demo_prepare_vertices()
Dcube.c978 demo->depth.mem_alloc.memoryTypeIndex = 0; in demo_prepare_depth()
982 &demo->depth.mem_alloc.memoryTypeIndex); in demo_prepare_depth()
1101 tex_obj->mem_alloc.memoryTypeIndex = 0; in demo_prepare_texture_image()
1105 &tex_obj->mem_alloc.memoryTypeIndex); in demo_prepare_texture_image()
1315 demo->uniform_data.mem_alloc.memoryTypeIndex = 0; in demo_prepare_cube_data_buffer()
1319 &demo->uniform_data.mem_alloc.memoryTypeIndex); in demo_prepare_cube_data_buffer()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp622 mem_alloc.memoryTypeIndex = 1; in TEST_F()
774 mem_alloc.memoryTypeIndex = 0; in TEST_F()
778 mem_alloc.memoryTypeIndex = 1; in TEST_F()
1054 mem_alloc.memoryTypeIndex = 0; in TEST_F()
1126 mem_alloc.memoryTypeIndex = 0; in TEST_F()
2209 memAlloc.memoryTypeIndex = 0; in TEST_F()
6376 memAlloc.memoryTypeIndex = 0; in TEST_F()
6488 memAlloc.memoryTypeIndex = 0; in TEST_F()
6594 memAlloc.memoryTypeIndex = 0; in TEST_F()
6709 memAlloc.memoryTypeIndex = 0; in TEST_F()
[all …]
Dvktestbinding.cpp228 info->memoryTypeIndex = i; in set_memory_type()
Dvktestbinding.h717 info.memoryTypeIndex = memory_type_index; in alloc_info()
/external/vulkan-validation-layers/demos/smoke/
DMeshes.cpp528 mem_info.memoryTypeIndex = idx; in allocate_resources()
DSmoke.cpp506 mem_info.memoryTypeIndex = idx; in create_buffer_memory()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp566 deUint32 memoryTypeIndex; member
570 , memoryTypeIndex (memoryTypeIndex_) in Parameters()
572 DE_ASSERT(memoryTypeIndex < VK_MAX_MEMORY_TYPES); in Parameters()
599 params.memoryTypeIndex in create()
/external/skia/third_party/vulkan/
Dvulkan.h1432 uint32_t memoryTypeIndex; member
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1441 uint32_t memoryTypeIndex; member
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp5456 uint32_t index = mem_element->second.allocInfo.memoryTypeIndex; in initializeAndTrackMemory()
10085 …if ((memProps.memoryTypes[pMemObj->allocInfo.memoryTypeIndex].propertyFlags & VK_MEMORY_PROPERTY_H… in vkMapMemory()