Home
last modified time | relevance | path

Searched refs:pDeviceRenderAreas (Results 1 - 13 of 13) sorted by relevance

/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_command_buffer.h972 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 Dvulkan_json_data.hpp14876 _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 Dvulkan_json_parser.hpp7764 (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 Dvulkan_structs.hpp20298 , 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 Dvulkan_core.h4709 const VkRect2D* pDeviceRenderAreas; member
/third_party/glfw/deps/glad/
H A Dvulkan.h2299 const VkRect2D * pDeviceRenderAreas; member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h3685 const VkRect2D* pDeviceRenderAreas; member
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h4615 const VkRect2D* pDeviceRenderAreas; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h4973 const VkRect2D* pDeviceRenderAreas; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h4758 const VkRect2D* pDeviceRenderAreas; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp28855 , pDeviceRenderAreas( pDeviceRenderAreas_ ) pDeviceRenderAreas() function
28873 , pDeviceRenderAreas( deviceRenderAreas_.data() ) pDeviceRenderAreas() function
28971 const VULKAN_HPP_NAMESPACE::Rect2D * pDeviceRenderAreas = {}; global() member
[all...]
H A Dvulkan_core.h5126 const VkRect2D* pDeviceRenderAreas; member
H A Dvulkan_hash.hpp3845 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupRenderPassBeginInfo.pDeviceRenderAreas );

Completed in 461 milliseconds