Searched defs:heapIndex (Results 1 - 17 of 17) sorted by relevance

/external/skia/src/gpu/vk/
H A DGrVkMemory.h98 GrVkSubHeap(const GrVkGpu* gpu, uint32_t memoryTypeIndex, uint32_t heapIndex,
144 uint32_t heapIndex, GrVkAlloc* alloc) {
147 return (*this.*fAllocFunc)(size, alignment, memoryTypeIndex, heapIndex, alloc);
153 uint32_t memoryTypeIndex, uint32_t heapIndex,
157 uint32_t memoryTypeIndex, uint32_t heapIndex,
160 uint32_t memoryTypeIndex, uint32_t heapIndex,
143 alloc(VkDeviceSize size, VkDeviceSize alignment, uint32_t memoryTypeIndex, uint32_t heapIndex, GrVkAlloc* alloc) argument
H A DGrVkMemory.cpp23 uint32_t* heapIndex) {
30 *heapIndex = physDevMemProps.memoryTypes[i].heapIndex;
69 uint32_t heapIndex = 0; local
79 &heapIndex)) {
85 &heapIndex));
102 &heapIndex));
108 if (!heap->alloc(memReqs.size, memReqs.alignment, typeIndex, heapIndex, alloc)) {
112 0, &typeIndex, &heapIndex) ||
113 !heap->alloc(memReqs.size, memReqs.alignment, typeIndex, heapIndex, allo
19 get_valid_memory_type_index(const VkPhysicalDeviceMemoryProperties& physDevMemProps, uint32_t typeBits, VkMemoryPropertyFlags requestedMemFlags, uint32_t* typeIndex, uint32_t* heapIndex) argument
159 uint32_t heapIndex = 0; local
502 GrVkSubHeap(const GrVkGpu* gpu, uint32_t memoryTypeIndex, uint32_t heapIndex, VkDeviceSize size, VkDeviceSize alignment) argument
551 subAlloc(VkDeviceSize size, VkDeviceSize alignment, uint32_t memoryTypeIndex, uint32_t heapIndex, GrVkAlloc* alloc) argument
624 singleAlloc(VkDeviceSize size, VkDeviceSize alignment, uint32_t memoryTypeIndex, uint32_t heapIndex, GrVkAlloc* alloc) argument
[all...]
/external/skqp/src/gpu/vk/
H A DGrVkMemory.h98 GrVkSubHeap(const GrVkGpu* gpu, uint32_t memoryTypeIndex, uint32_t heapIndex,
144 uint32_t heapIndex, GrVkAlloc* alloc) {
147 return (*this.*fAllocFunc)(size, alignment, memoryTypeIndex, heapIndex, alloc);
153 uint32_t memoryTypeIndex, uint32_t heapIndex,
157 uint32_t memoryTypeIndex, uint32_t heapIndex,
160 uint32_t memoryTypeIndex, uint32_t heapIndex,
143 alloc(VkDeviceSize size, VkDeviceSize alignment, uint32_t memoryTypeIndex, uint32_t heapIndex, GrVkAlloc* alloc) argument
H A DGrVkMemory.cpp23 uint32_t* heapIndex) {
30 *heapIndex = physDevMemProps.memoryTypes[i].heapIndex;
69 uint32_t heapIndex = 0; local
79 &heapIndex)) {
85 &heapIndex));
102 &heapIndex));
108 if (!heap->alloc(memReqs.size, memReqs.alignment, typeIndex, heapIndex, alloc)) {
112 0, &typeIndex, &heapIndex) ||
113 !heap->alloc(memReqs.size, memReqs.alignment, typeIndex, heapIndex, allo
19 get_valid_memory_type_index(const VkPhysicalDeviceMemoryProperties& physDevMemProps, uint32_t typeBits, VkMemoryPropertyFlags requestedMemFlags, uint32_t* typeIndex, uint32_t* heapIndex) argument
159 uint32_t heapIndex = 0; local
502 GrVkSubHeap(const GrVkGpu* gpu, uint32_t memoryTypeIndex, uint32_t heapIndex, VkDeviceSize size, VkDeviceSize alignment) argument
551 subAlloc(VkDeviceSize size, VkDeviceSize alignment, uint32_t memoryTypeIndex, uint32_t heapIndex, GrVkAlloc* alloc) argument
624 singleAlloc(VkDeviceSize size, VkDeviceSize alignment, uint32_t memoryTypeIndex, uint32_t heapIndex, GrVkAlloc* alloc) argument
[all...]
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemWsiSwapchainTests.cpp283 deUint32 heapIndex = memoryProperties.memoryTypes[memType].heapIndex; local
286 (protectedHeapMask & (1u << heapIndex)) == 0)
288 protectedHeapSize = de::max(protectedHeapSize, memoryProperties.memoryHeaps[heapIndex].size);
289 protectedHeapMask |= 1u << heapIndex;
/external/skqp/tests/
H A DVkHardwareBufferTest.cpp962 uint32_t heapIndex = 0; local
973 heapIndex = pdmp.memoryTypes[i].heapIndex;
/external/mesa3d/include/vulkan/
H A Dvulkan.h1432 uint32_t heapIndex; member in struct:VkMemoryType
/external/skia/third_party/vulkan/vulkan/
H A Dvulkan.h1529 uint32_t heapIndex; member in struct:VkMemoryType
4426 typedef void (VKAPI_PTR *PFN_vkGetDeviceGroupPeerMemoryFeaturesKHX)(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlagsKHX* pPeerMemoryFeatures);
4439 uint32_t heapIndex,
/external/skqp/third_party/vulkan/vulkan/
H A Dvulkan.h1529 uint32_t heapIndex; member in struct:VkMemoryType
4426 typedef void (VKAPI_PTR *PFN_vkGetDeviceGroupPeerMemoryFeaturesKHX)(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlagsKHX* pPeerMemoryFeatures);
4439 uint32_t heapIndex,
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h1725 uint32_t heapIndex; member in struct:VkMemoryType
5830 typedef void (VKAPI_PTR *PFN_vkGetDeviceGroupPeerMemoryFeaturesKHX)(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlagsKHX* pPeerMemoryFeatures);
5841 uint32_t heapIndex,
H A Dvulkan.hpp14411 && ( heapIndex == rhs.heapIndex );
14420 uint32_t heapIndex; member in struct:VULKAN_HPP_NAMESPACE::VULKAN_HPP_NAMESPACE::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::QueryType::BorderColor::PipelineBindPoint::PipelineCacheHeaderVersion::PrimitiveTopology::SharingMode::IndexType::Filter::SamplerMipmapMode::SamplerAddressMode::CompareOp::PolygonMode::CullModeFlagBits::FrontFace::BlendFactor::BlendOp::StencilOp::LogicOp::InternalAllocationType::SystemAllocationScope::PhysicalDeviceType::VertexInputRate::Format::StructureType::SubpassContents::DynamicState::DescriptorUpdateTemplateTypeKHR::ObjectType::QueueFlagBits::MemoryPropertyFlagBits::MemoryType
27644 void getGroupPeerMemoryFeaturesKHX( uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, PeerMemoryFeatureFlagsKHX* pPeerMemoryFeatures ) const;
27646 PeerMemoryFeatureFlagsKHX getGroupPeerMemoryFeaturesKHX( uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex ) const;
30044 getGroupPeerMemoryFeaturesKHX( uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, PeerMemoryFeatureFlagsKHX* pPeerMemoryFeatures ) const argument
30049 getGroupPeerMemoryFeaturesKHX( uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex ) const argument
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 4524 milliseconds