HomeSort by relevance Sort by last modified time
    Searched defs:memoryTypeIndex (Results 1 - 14 of 14) sorted by null

  /external/skia/src/gpu/vk/
GrVkMemory.h 98 GrVkSubHeap(const GrVkGpu* gpu, uint32_t memoryTypeIndex, uint32_t heapIndex,
102 uint32_t memoryTypeIndex() const { return fMemoryTypeIndex; }
143 bool alloc(VkDeviceSize size, VkDeviceSize alignment, uint32_t memoryTypeIndex,
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,
  /external/skqp/src/gpu/vk/
GrVkMemory.h 98 GrVkSubHeap(const GrVkGpu* gpu, uint32_t memoryTypeIndex, uint32_t heapIndex,
102 uint32_t memoryTypeIndex() const { return fMemoryTypeIndex; }
143 bool alloc(VkDeviceSize size, VkDeviceSize alignment, uint32_t memoryTypeIndex,
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,
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiGetMemoryCommitment.cpp 103 const deUint32 memoryTypeIndex = getMemoryTypeIndex(propertyFlag, pMemoryProperties);
121 if (memoryTypeIndex == static_cast<deUint32>(-1))
618 for (deUint32 memoryTypeIndex = 0u; memoryTypeIndex < VK_MAX_MEMORY_TYPES; ++memoryTypeIndex) //for memoryTypes
620 if((pMemoryProperties.memoryTypes[memoryTypeIndex].propertyFlags & propertyFlag) == propertyFlag) //if supports Lazy allocation
629 memoryTypeIndex // deUint32 memoryTypeIndex
672 for (deUint32 memoryTypeIndex = 0u; memoryTypeIndex < VK_MAX_MEMORY_TYPES; ++memoryTypeIndex
    [all...]
vktApiObjectManagementTests.cpp 710 deUint32 memoryTypeIndex;
714 , memoryTypeIndex (memoryTypeIndex_)
716 DE_ASSERT(memoryTypeIndex < VK_MAX_MEMORY_TYPES);
743 params.memoryTypeIndex
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp 547 deUint32 memoryTypeIndex)
555 memoryTypeIndex
570 deUint32 memoryTypeIndex;
572 for (memoryTypeIndex = 0; memoryTypeIndex < memoryProperties.memoryTypeCount; memoryTypeIndex++)
574 if ((memoryRequirements.memoryTypeBits & (0x1u << memoryTypeIndex))
575 && (memoryProperties.memoryTypes[memoryTypeIndex].propertyFlags & properties) == properties)
584 memoryTypeIndex
620 deUint32 memoryTypeIndex;
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_safe_struct.h 145 uint32_t memoryTypeIndex;
    [all...]
  /external/mesa3d/include/vulkan/
vulkan.h     [all...]
  /external/skia/third_party/vulkan/vulkan/
vulkan.h     [all...]
  /external/skqp/third_party/vulkan/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vulkan.h     [all...]
vulkan.hpp     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
vulkan.hpp     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan_core.h     [all...]

Completed in 599 milliseconds