HomeSort by relevance Sort by last modified time
    Searched refs:VkMemoryType (Results 1 - 25 of 32) sorted by null

1 2

  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferTests.cpp 334 const VkMemoryType memoryType = memoryProperties.memoryTypes[heapTypeIndex];
566 const VkMemoryType memoryType = memoryProperties.memoryTypes[heapTypeIndex];
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryAllocationTests.cpp 136 const VkMemoryType memoryType = m_memoryProperties.memoryTypes[m_memoryTypeIndex];
272 VkMemoryType type;
vktMemoryMappingTests.cpp 265 MemoryType (deUint32 index_, const VkMemoryType& type_)
277 VkMemoryType type;
580 const vk::VkMemoryType& memoryType = memoryProperties.memoryTypes[memoryTypeIndex];
    [all...]
vktMemoryPipelineBarrierTests.cpp 787 const vk::VkMemoryType& getMemoryType (void) const { return m_memoryType; }
794 const vk::VkMemoryType m_memoryType;
801 vk::VkMemoryType getMemoryTypeInfo (const vk::InstanceInterface& vki,
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_size_helper.h 108 size_t vk_size_vkmemorytype(const VkMemoryType* pStruct);
vk_struct_validate_helper.h 110 uint32_t vk_validate_vkmemorytype(const VkMemoryType* pStruct);
730 uint32_t vk_validate_vkmemorytype(const VkMemoryType* pStruct)
    [all...]
vk_struct_size_helper.c 675 size_t vk_size_vkmemorytype(const VkMemoryType* pStruct)
679 structSize = sizeof(VkMemoryType);
    [all...]
vk_struct_wrappers.h     [all...]
  /external/mesa3d/src/amd/vulkan/
radv_device.c 662 pMemoryProperties->memoryTypes[RADV_MEM_TYPE_VRAM] = (VkMemoryType) {
666 pMemoryProperties->memoryTypes[RADV_MEM_TYPE_GTT_WRITE_COMBINE] = (VkMemoryType) {
671 pMemoryProperties->memoryTypes[RADV_MEM_TYPE_VRAM_CPU_ACCESS] = (VkMemoryType) {
677 pMemoryProperties->memoryTypes[RADV_MEM_TYPE_GTT_CACHED] = (VkMemoryType) {
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_device.c 690 pMemoryProperties->memoryTypes[0] = (VkMemoryType) {
704 pMemoryProperties->memoryTypes[0] = (VkMemoryType) {
710 pMemoryProperties->memoryTypes[1] = (VkMemoryType) {
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkStructTypes.inl 259 struct VkMemoryType
274 VkMemoryType memoryTypes[VK_MAX_MEMORY_TYPES];
    [all...]
vkStrUtil.inl 238 std::ostream& operator<< (std::ostream& s, const VkMemoryType& value);
    [all...]
  /external/vulkan-validation-layers/libs/vkjson/
vkjson.cc 281 inline bool Iterate(Visitor* visitor, VkMemoryType* type) {
  /development/ndk/platforms/android-24/include/vulkan/
vulkan.h     [all...]
  /external/mesa3d/include/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/include/vulkan/
vulkan.h     [all...]
  /external/skia/third_party/vulkan/vulkan/
vulkan.h     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h     [all...]

Completed in 545 milliseconds

1 2