Home
last modified time | relevance | path

Searched refs:VkExtent2D (Results 1 – 23 of 23) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl654 struct VkExtent2D struct
663 VkExtent2D extent; argument
1190 VkExtent2D currentExtent;
1191 VkExtent2D minImageExtent;
1192 VkExtent2D maxImageExtent;
1215 VkExtent2D imageExtent;
1244 VkExtent2D physicalDimensions;
1245 VkExtent2D physicalResolution;
1253 VkExtent2D visibleRegion;
1276 VkExtent2D minSrcExtent;
[all …]
DvkTypeUtil.inl181 inline VkExtent2D makeExtent2D (deUint32 width, deUint32 height)
183 VkExtent2D res;
DvkConcreteDeviceInterface.inl71 virtual void getRenderAreaGranularity (VkDevice device, VkRenderPass renderPass, VkExtent2D* pGr…
DvkVirtualDeviceInterface.inl71 virtual void getRenderAreaGranularity (VkDevice device, VkRenderPass renderPass, VkExtent2D* pGr…
DvkFunctionPointerTypes.inl88 …derAreaGranularityFunc) (VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity);
DvkDeviceDriverImpl.inl340 void DeviceDriver::getRenderAreaGranularity (VkDevice device, VkRenderPass renderPass, VkExtent2D* …
DvkStrUtil.inl251 std::ostream& operator<< (std::ostream& s, const VkExtent2D& value);
DvkNullDriverImpl.inl569 …_CALL getRenderAreaGranularity (VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity)
DvkStrUtilImpl.inl2278 std::ostream& operator<< (std::ostream& s, const VkExtent2D& value)
2280 s << "VkExtent2D = {\n";
/external/vulkan-validation-layers/demos/smoke/
DSmoke.h178 void prepare_viewport(const VkExtent2D &extent);
181 VkExtent2D extent_;
DShell.h69 VkExtent2D extent;
DShell.cpp418 VkExtent2D extent = caps.currentExtent; in resize_swapchain()
DSmoke.cpp603 void Smoke::prepare_viewport(const VkExtent2D &extent) in prepare_viewport()
/external/vulkan-validation-layers/tests/
Dvktestbinding.h521 static VkExtent2D extent(int32_t width, int32_t height);
522 static VkExtent2D extent(const VkExtent2D &extent, uint32_t mip_level);
523 static VkExtent2D extent(const VkExtent3D &extent);
862 inline VkExtent2D Image::extent(int32_t width, int32_t height) { in extent()
863 VkExtent2D extent = {}; in extent()
869 inline VkExtent2D Image::extent(const VkExtent2D &extent, uint32_t mip_level) { in extent()
877 inline VkExtent2D Image::extent(const VkExtent3D &extent) { in extent()
/external/vulkan-validation-layers/include/vulkan/
Dvk_icd.h123 VkExtent2D imageExtent;
Dvulkan.h1725 typedef struct VkExtent2D { struct
1728 } VkExtent2D; typedef
1732 VkExtent2D extent;
2290 …FN_vkGetRenderAreaGranularity)(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity);
2807 VkExtent2D* pGranularity);
3194 VkExtent2D currentExtent;
3195 VkExtent2D minImageExtent;
3196 VkExtent2D maxImageExtent;
3262 VkExtent2D imageExtent;
3345 VkExtent2D physicalDimensions;
[all …]
/external/skia/third_party/vulkan/
Dvulkan.h1716 typedef struct VkExtent2D { struct
1719 } VkExtent2D; argument
1723 VkExtent2D extent;
2281 …FN_vkGetRenderAreaGranularity)(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity);
2798 VkExtent2D* pGranularity);
3185 VkExtent2D currentExtent;
3186 VkExtent2D minImageExtent;
3187 VkExtent2D maxImageExtent;
3253 VkExtent2D imageExtent;
3336 VkExtent2D physicalDimensions;
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineEarlyFragmentTests.cpp675 const VkExtent2D& extent, in commandClearStencilAttachment()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp397 static const VkExtent2D s_testSizes[] = in generateSwapchainParameterCases()
/external/vulkan-validation-layers/demos/
Dtri.c594 VkExtent2D swapchainExtent; in demo_prepare_buffers()
Dcube.c787 VkExtent2D swapchainExtent; in demo_prepare_buffers()
/external/vulkan-validation-layers/loader/
Dtrampoline.c1581 VkExtent2D *pGranularity) {
/external/vulkan-validation-layers/layers/
Dparameter_validation.cpp3935 vkGetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D *pGranularity) { in vkGetRenderAreaGranularity()