Home
last modified time | relevance | path

Searched refs:pView (Results 1 – 25 of 39) sorted by relevance

12

/external/pdfium/core/fpdfapi/page/
Dcpdf_page.h54 void SetView(View* pView) { m_pView = pView; } in SetView() argument
/external/vulkan-headers/include/vulkan/
Dvk_icd.h148 const void *pView; member
155 const void *pView; member
Dvulkan_ios.h40 const void* pView; member
Dvulkan_macos.h40 const void* pView; member
/external/swiftshader/include/vulkan/
Dvk_icd.h148 const void *pView; member
155 const void *pView; member
Dvulkan_ios.h40 const void* pView; member
Dvulkan_macos.h40 const void* pView; member
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_macos.h40 const void* pView; member
Dvulkan_ios.h40 const void* pView; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_macos.h40 const void* pView; member
Dvulkan_ios.h40 const void* pView; member
/external/skia/tools/sk_app/mac/
DVulkanWindowContext_mac.mm128 surfaceCreateInfo.pView = (__bridge void*)mtkView;
/external/mesa3d/src/intel/vulkan/
Danv_image.c1078 VkImageView *pView) in anv_CreateImageView() argument
1244 *pView = anv_image_view_to_handle(iview); in anv_CreateImageView()
1289 VkBufferView *pView) in anv_CreateBufferView() argument
1352 *pView = anv_buffer_view_to_handle(view); in anv_CreateBufferView()
/external/mesa3d/src/amd/vulkan/
Dradv_image.c1273 VkImageView *pView) in radv_CreateImageView() argument
1285 *pView = radv_image_view_to_handle(view); in radv_CreateImageView()
1321 VkBufferView *pView) in radv_CreateBufferView() argument
1333 *pView = radv_buffer_view_to_handle(view); in radv_CreateBufferView()
/external/swiftshader/src/Vulkan/
DlibVulkan.cpp818 … VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) in vkCreateBufferView() argument
821 device, pCreateInfo, pAllocator, pView); in vkCreateBufferView()
828 return vk::BufferView::Create(pAllocator, pCreateInfo, pView); in vkCreateBufferView()
868 …st VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView) in vkCreateImageView() argument
871 device, pCreateInfo, pAllocator, pView); in vkCreateImageView()
878 return vk::ImageView::Create(pAllocator, pCreateInfo, pView); in vkCreateImageView()
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.h558 …VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView);
559 …VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView);
560 …VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView);
561 …VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView);
562 …VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView);
563 …VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView);
588 …t VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView);
589 …t VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView);
590 …t VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView);
591 …t VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView);
[all …]
Danv_entrypoints.c483 …Info* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) __attribute__ ((w…
488 …eInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView) __attribute__ ((w…
904 …Info* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) __attribute__ ((w…
909 …eInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView) __attribute__ ((w…
1325 …Info* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) __attribute__ ((w…
1330 …eInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView) __attribute__ ((w…
1746 …Info* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) __attribute__ ((w…
1751 …eInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView) __attribute__ ((w…
2167 …Info* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) __attribute__ ((w…
2172 …eInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView) __attribute__ ((w…
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl185 …ferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) const
187 return m_vk.createBufferView(device, pCreateInfo, pAllocator, pView);
210 …mageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView) const
212 return m_vk.createImageView(device, pCreateInfo, pAllocator, pView);
DvkConcreteDeviceInterface.inl40 …erViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) const;
45 …ageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView) const;
DvkVirtualDeviceInterface.inl40 …ewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) const = 0;
45 …iewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView) const = 0;
DvkNullDriverImpl.inl46 … VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) argument
49 …VK_NULL_RETURN((*pView = allocateNonDispHandle<BufferView, VkBufferView>(device, pCreateInfo, pAll…
58 …st VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView) argument
61 …VK_NULL_RETURN((*pView = allocateNonDispHandle<ImageView, VkImageView>(device, pCreateInfo, pAlloc…
DvkFunctionPointerTypes.inl56 …VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView);
61 …t VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView);
/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp3938 … const VkAllocationCallbacks *pAllocator, VkBufferView *pView) { in PreCallValidateCreateBufferView() argument
3981 … const VkAllocationCallbacks *pAllocator, VkBufferView *pView, VkResult result) { in PostCallRecordCreateBufferView() argument
3983 …(*GetBufferViewMap())[*pView] = std::unique_ptr<BUFFER_VIEW_STATE>(new BUFFER_VIEW_STATE(*pView, p… in PostCallRecordCreateBufferView()
4178 … const VkAllocationCallbacks *pAllocator, VkImageView *pView) { in PreCallValidateCreateImageView() argument
4414 … const VkAllocationCallbacks *pAllocator, VkImageView *pView, VkResult result) { in PostCallRecordCreateImageView() argument
4417 …(*image_view_map)[*pView] = std::unique_ptr<IMAGE_VIEW_STATE>(new IMAGE_VIEW_STATE(*pView, pCreate… in PostCallRecordCreateImageView()
4420 auto &sub_res_range = (*image_view_map)[*pView].get()->create_info.subresourceRange; in PostCallRecordCreateImageView()
Dcore_validation.h880 … const VkAllocationCallbacks* pAllocator, VkBufferView* pView);
883 … const VkAllocationCallbacks* pAllocator, VkBufferView* pView, VkResult result);
902 … const VkAllocationCallbacks* pAllocator, VkImageView* pView);
905 … const VkAllocationCallbacks* pAllocator, VkImageView* pView, VkResult result);
/external/mesa3d/include/vulkan/
Dvulkan.h2606 …VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView);
2611 …t VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView);
2973 VkBufferView* pView);
3001 VkImageView* pView);
6584 const void* pView; member
6610 const void* pView; member

12