/external/deqp/external/vulkancts/modules/vulkan/memory/ |
vktMemoryRequirementsTests.cpp | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/image/ |
vktImageMultisampleLoadStoreTests.cpp | 189 const VkResult imageFormatResult = vki.getPhysicalDeviceImageFormatProperties(
|
vktImageTranscodingSupportTests.cpp | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
vktSparseResourcesImageMemoryAliasing.cpp | 213 instance.getPhysicalDeviceImageFormatProperties(physicalDevice, [all...] |
vktSparseResourcesMipmapSparseResidency.cpp | 163 instance.getPhysicalDeviceImageFormatProperties(physicalDevice,
|
vktSparseResourcesShaderIntrinsicsBase.cpp | 257 instance.getPhysicalDeviceImageFormatProperties(physicalDevice,
|
/external/vulkan-validation-layers/demos/smoke/ |
generate-dispatch-table.py | 100 Command(name='GetPhysicalDeviceImageFormatProperties', dispatch='VkPhysicalDevice'),
|
/external/vulkan-validation-layers/layers/ |
object_tracker.cpp | 504 VKAPI_ATTR VkResult VKAPI_CALL GetPhysicalDeviceImageFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, 519 ->GetPhysicalDeviceImageFormatProperties(physicalDevice, format, type, tiling, usage, flags, pImageFormatProperties); [all...] |
parameter_validation.cpp | [all...] |
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/jniLibs/armeabi-v7a/ |
libVkLayer_object_tracker.so | |
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/jniLibs/x86/ |
libVkLayer_object_tracker.so | |
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiCopiesAndBlittingTests.cpp | 835 if ((context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDevice(), 842 (context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDevice(), [all...] |
vktApiImageClearingTests.cpp | 657 const VkResult result = m_vki.getPhysicalDeviceImageFormatProperties(m_context.getPhysicalDevice(), m_params.imageFormat, m_params.imageType, [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
vktShaderRenderBuiltinVarTests.cpp | 307 imageFormatProperties = getPhysicalDeviceImageFormatProperties(vki, physicalDevice, m_format, VK_IMAGE_TYPE_2D, [all...] |
/external/deqp/external/vulkancts/framework/vulkan/ |
vkNullDriver.cpp | 856 VKAPI_ATTR VkResult VKAPI_CALL getPhysicalDeviceImageFormatProperties (VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags, VkImageFormatProperties* pImageFormatProperties) [all...] |
vkNullDriverImpl.inl | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
vktTextureFilteringExplicitLodTests.cpp | 1040 const VkImageFormatProperties imFormatProperties = getPhysicalDeviceImageFormatProperties(m_context.getInstanceInterface(), [all...] |
/external/vulkan-validation-layers/loader/ |
loader.c | 97 .GetPhysicalDeviceImageFormatProperties = [all...] |
trampoline.c | 611 return disp->GetPhysicalDeviceImageFormatProperties( [all...] |
/external/vulkan-validation-layers/ |
vulkan.py | 217 Proto("VkResult", "GetPhysicalDeviceImageFormatProperties", [all...] |
/prebuilts/ndk/r13/sources/third_party/vulkan/src/ |
vulkan.py | 246 Proto("VkResult", "GetPhysicalDeviceImageFormatProperties", [all...] |
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/parameter_validation/ |
parameter_validation.cpp | [all...] |
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/ |
parameter_validation.cpp | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineMultisampleImageTests.cpp | 517 const VkResult imageFormatResult = vki.getPhysicalDeviceImageFormatProperties( [all...] |
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
vktRenderPassMultisampleResolveTests.cpp | 209 const VkImageFormatProperties imageFormatProperties (getPhysicalDeviceImageFormatProperties(vki, physicalDevice, vkFormat, imageType, imageTiling, usage, 0u)); [all...] |