Searched refs:pDeviceRenderAreas (Results 1 - 13 of 13) sorted by relevance
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_command_buffer.h | 972 if (val->pDeviceRenderAreas) { in vn_sizeof_VkDeviceGroupRenderPassBeginInfo_self() 975 size += vn_sizeof_VkRect2D(&val->pDeviceRenderAreas[i]); in vn_sizeof_VkDeviceGroupRenderPassBeginInfo_self() 1007 if (val->pDeviceRenderAreas) { in vn_encode_VkDeviceGroupRenderPassBeginInfo_self() 1010 vn_encode_VkRect2D(enc, &val->pDeviceRenderAreas[i]); in vn_encode_VkDeviceGroupRenderPassBeginInfo_self()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 14876 _OUT << "\"pDeviceRenderAreas\": " << std::endl; in print_VkDeviceGroupRenderPassBeginInfo() 14877 if (obj.pDeviceRenderAreas) { in print_VkDeviceGroupRenderPassBeginInfo() 14882 print_VkRect2D(obj.pDeviceRenderAreas[i], "pDeviceRenderAreas", 0); in print_VkDeviceGroupRenderPassBeginInfo() 14884 print_VkRect2D(obj.pDeviceRenderAreas[i], "pDeviceRenderAreas", 1); in print_VkDeviceGroupRenderPassBeginInfo() 14920 _OUT << "\"pDeviceRenderAreas\": " << std::endl; in print_VkDeviceGroupRenderPassBeginInfo() 14921 if (obj->pDeviceRenderAreas) { in print_VkDeviceGroupRenderPassBeginInfo() 14926 print_VkRect2D(obj->pDeviceRenderAreas[i], "pDeviceRenderAreas", in print_VkDeviceGroupRenderPassBeginInfo() [all...] |
H A D | vulkan_json_parser.hpp | 7764 (o.pDeviceRenderAreas) = (VkRect2D*)s_globalMem.allocate((o.deviceRenderAreaCount), sizeof(VkRect2D)); in parse_VkDeviceGroupRenderPassBeginInfo() 7765 Json::Value& obj_pDeviceRenderAreas = obj["pDeviceRenderAreas"]; in parse_VkDeviceGroupRenderPassBeginInfo() 7766 if (obj_pDeviceRenderAreas.size() == 0) (o.pDeviceRenderAreas) = nullptr; in parse_VkDeviceGroupRenderPassBeginInfo() 7769 parse_VkRect2D("pDeviceRenderAreas", obj_pDeviceRenderAreas[i], const_cast<VkRect2D&>((o.pDeviceRenderAreas[i]))); in parse_VkDeviceGroupRenderPassBeginInfo()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 20298 , pDeviceRenderAreas( pDeviceRenderAreas_ ) in pDeviceRenderAreas() function 20314 , pDeviceRenderAreas( deviceRenderAreas_.data() ) in pDeviceRenderAreas() function 20350 pDeviceRenderAreas = pDeviceRenderAreas_; 20360 pDeviceRenderAreas = deviceRenderAreas_.data(); 20382 ( deviceRenderAreaCount == rhs.deviceRenderAreaCount ) && ( pDeviceRenderAreas == rhs.pDeviceRenderAreas ); 20396 const VULKAN_HPP_NAMESPACE::Rect2D * pDeviceRenderAreas = {}; member [all...] |
H A D | vulkan_core.h | 4709 const VkRect2D* pDeviceRenderAreas; member
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 2299 const VkRect2D * pDeviceRenderAreas; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 3685 const VkRect2D* pDeviceRenderAreas; member
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 4615 const VkRect2D* pDeviceRenderAreas; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 4973 const VkRect2D* pDeviceRenderAreas; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 4758 const VkRect2D* pDeviceRenderAreas; member
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_structs.hpp | 28855 , pDeviceRenderAreas( pDeviceRenderAreas_ ) pDeviceRenderAreas() function 28873 , pDeviceRenderAreas( deviceRenderAreas_.data() ) pDeviceRenderAreas() function 28971 const VULKAN_HPP_NAMESPACE::Rect2D * pDeviceRenderAreas = {}; global() member [all...] |
H A D | vulkan_core.h | 5126 const VkRect2D* pDeviceRenderAreas; member
|
H A D | vulkan_hash.hpp | 3845 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupRenderPassBeginInfo.pDeviceRenderAreas );
|
Completed in 461 milliseconds