Home
last modified time | relevance | path

Searched refs:VkMemoryType (Results 1 - 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanInfo.h66 std::vector<VkMemoryType> memoryTypes;
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c462 mem->memoryTypes[mem->memoryTypeCount++] = (VkMemoryType) { in dzn_physical_device_init_memory()
467 mem->memoryTypes[mem->memoryTypeCount++] = (VkMemoryType) { in dzn_physical_device_init_memory()
479 mem->memoryTypes[mem->memoryTypeCount++] = (VkMemoryType) { in dzn_physical_device_init_memory()
493 VkMemoryType oldMemoryTypes[MAX_TIER2_MEMORY_TYPES]; in dzn_physical_device_init_memory()
495 memcpy(oldMemoryTypes, mem->memoryTypes, oldMemoryTypeCount * sizeof(VkMemoryType)); in dzn_physical_device_init_memory()
2285 const VkMemoryType *mem_type = in dzn_device_memory_create()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferTests.cpp231 const VkMemoryType memoryType = memoryProperties.memoryTypes[heapTypeIndex]; in bufferCreateAndAllocTest()
467 const VkMemoryType memoryType = memoryProperties.memoryTypes[heapTypeIndex]; in bufferCreateAndAllocTest()
H A DvktApiFeatureInfo.cpp5294 const VkMemoryType *coreType = &coreProperties.memoryTypes[i]; in deviceMemoryProperties2()
5295 const VkMemoryType *extType = &extProperties.memoryProperties.memoryTypes[i]; in deviceMemoryProperties2()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferTests.cpp233 const VkMemoryType memoryType = memoryProperties.memoryTypes[heapTypeIndex]; in bufferCreateAndAllocTest()
469 const VkMemoryType memoryType = memoryProperties.memoryTypes[heapTypeIndex]; in bufferCreateAndAllocTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAllocationTests.cpp419 const VkMemoryType memoryType = m_memoryProperties.memoryTypes[m_memoryTypeIndex]; in iterate()
627 VkMemoryType type; in iterate()
H A DvktMemoryMappingTests.cpp308 MemoryType (deUint32 index_, const VkMemoryType& type_)
320 VkMemoryType type;
727 const vk::VkMemoryType& memoryType = memoryProperties.memoryTypes[memoryTypeIndex];
H A DvktMemoryPipelineBarrierTests.cpp757 const vk::VkMemoryType& getMemoryType (void) const { return m_memoryType; }
764 const vk::VkMemoryType m_memoryType;
771 vk::VkMemoryType getMemoryTypeInfo (const vk::InstanceInterface& vki,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryAllocationTests.cpp419 const VkMemoryType memoryType = m_memoryProperties.memoryTypes[m_memoryTypeIndex]; in iterate()
623 VkMemoryType type; in iterate()
H A DvktMemoryMappingTests.cpp269 MemoryType (deUint32 index_, const VkMemoryType& type_)
281 VkMemoryType type;
682 const vk::VkMemoryType& memoryType = memoryProperties.memoryTypes[memoryTypeIndex];
H A DvktMemoryPipelineBarrierTests.cpp757 const vk::VkMemoryType& getMemoryType (void) const { return m_memoryType; }
764 const vk::VkMemoryType m_memoryType;
771 vk::VkMemoryType getMemoryTypeInfo (const vk::InstanceInterface& vki,
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c247 device->memory_properties.memoryTypes[type_count++] = (VkMemoryType){ in radv_physical_device_init_mem_types()
254 device->memory_properties.memoryTypes[type_count++] = (VkMemoryType){ in radv_physical_device_init_mem_types()
263 device->memory_properties.memoryTypes[type_count++] = (VkMemoryType){ in radv_physical_device_init_mem_types()
272 device->memory_properties.memoryTypes[type_count++] = (VkMemoryType){ in radv_physical_device_init_mem_types()
283 device->memory_properties.memoryTypes[type_count++] = (VkMemoryType){ in radv_physical_device_init_mem_types()
293 VkMemoryType mem_type = device->memory_properties.memoryTypes[i]; in radv_physical_device_init_mem_types()
306 device->memory_properties.memoryTypes[type_count++] = (VkMemoryType){ in radv_physical_device_init_mem_types()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_private.h541 const VkMemoryType *type;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_utils.cpp412 const VkMemoryType &memoryType = mMemoryProperties.memoryTypes[typeIndex]; in hasLazilyAllocatedMemory()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c1340 pMemoryProperties->memoryTypes[0] = (VkMemoryType) { in lvp_GetPhysicalDeviceMemoryProperties()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common.c1296 const VkMemoryType type = wsi->memory_props.memoryTypes[t]; in wsi_select_memory_type()
/third_party/glfw/deps/glad/
H A Dvulkan.h2759 typedef struct VkMemoryType { struct
2762 } VkMemoryType; typedef
4838 VkMemoryType memoryTypes [ VK_MAX_MEMORY_TYPES ];
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h1753 typedef struct VkMemoryType { struct
1756 } VkMemoryType; typedef
1927 VkMemoryType memoryTypes[VK_MAX_MEMORY_TYPES];
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h2480 typedef struct VkMemoryType { struct
2483 } VkMemoryType; typedef
2654 VkMemoryType memoryTypes[VK_MAX_MEMORY_TYPES];
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h2837 typedef struct VkMemoryType { struct
2840 } VkMemoryType; typedef
3011 VkMemoryType memoryTypes[VK_MAX_MEMORY_TYPES];
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_core.h2573 typedef struct VkMemoryType { struct
2576 } VkMemoryType; typedef
2747 VkMemoryType memoryTypes[VK_MAX_MEMORY_TYPES];
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h2622 typedef struct VkMemoryType { struct
2625 } VkMemoryType; typedef
2796 VkMemoryType memoryTypes[VK_MAX_MEMORY_TYPES];
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h652 /* struct VkMemoryType */
655 vn_sizeof_VkMemoryType(const VkMemoryType *val) in vn_sizeof_VkMemoryType()
664 vn_decode_VkMemoryType(struct vn_cs_decoder *dec, VkMemoryType *val) in vn_decode_VkMemoryType()
671 vn_sizeof_VkMemoryType_partial(const VkMemoryType *val) in vn_sizeof_VkMemoryType_partial()
680 vn_encode_VkMemoryType_partial(struct vn_cs_encoder *enc, const VkMemoryType *val) in vn_encode_VkMemoryType_partial()
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.c1677 const VkMemoryType *type = &p->mprops.memoryTypes[i]; in alloc_mem()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c2739 pMemoryProperties->memoryTypes[i] = (VkMemoryType) { in anv_GetPhysicalDeviceMemoryProperties()

Completed in 313 milliseconds

12