Searched refs:deviceRenderAreaCount (Results 1 - 13 of 13) sorted by relevance
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_command_buffer.h | 971 size += vn_sizeof_uint32_t(&val->deviceRenderAreaCount); in vn_sizeof_VkDeviceGroupRenderPassBeginInfo_self() 973 size += vn_sizeof_array_size(val->deviceRenderAreaCount); in vn_sizeof_VkDeviceGroupRenderPassBeginInfo_self() 974 for (uint32_t i = 0; i < val->deviceRenderAreaCount; i++) in vn_sizeof_VkDeviceGroupRenderPassBeginInfo_self() 1006 vn_encode_uint32_t(enc, &val->deviceRenderAreaCount); in vn_encode_VkDeviceGroupRenderPassBeginInfo_self() 1008 vn_encode_array_size(enc, val->deviceRenderAreaCount); in vn_encode_VkDeviceGroupRenderPassBeginInfo_self() 1009 for (uint32_t i = 0; i < val->deviceRenderAreaCount; i++) in vn_encode_VkDeviceGroupRenderPassBeginInfo_self()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 14873 print_uint32_t(obj.deviceRenderAreaCount, "deviceRenderAreaCount", 1); in print_VkDeviceGroupRenderPassBeginInfo() 14880 for (unsigned int i = 0; i < obj.deviceRenderAreaCount; i++) { in print_VkDeviceGroupRenderPassBeginInfo() 14881 if (i+1 == obj.deviceRenderAreaCount) in print_VkDeviceGroupRenderPassBeginInfo() 14917 print_uint32_t(obj->deviceRenderAreaCount, "deviceRenderAreaCount", 1); in print_VkDeviceGroupRenderPassBeginInfo() 14924 for (unsigned int i = 0; i < obj->deviceRenderAreaCount; i++) { in print_VkDeviceGroupRenderPassBeginInfo() 14925 if (i+1 == obj->deviceRenderAreaCount) in print_VkDeviceGroupRenderPassBeginInfo() [all...] |
H A D | vulkan_json_parser.hpp | 7762 parse_uint32_t("deviceRenderAreaCount", obj["deviceRenderAreaCount"], (o.deviceRenderAreaCount)); in parse_VkDeviceGroupRenderPassBeginInfo() 7764 (o.pDeviceRenderAreas) = (VkRect2D*)s_globalMem.allocate((o.deviceRenderAreaCount), sizeof(VkRect2D)); in parse_VkDeviceGroupRenderPassBeginInfo() 7768 for (unsigned int i = 0; i < (o.deviceRenderAreaCount); i++) { in parse_VkDeviceGroupRenderPassBeginInfo()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 20297 , deviceRenderAreaCount( deviceRenderAreaCount_ ) 20313 , deviceRenderAreaCount( static_cast<uint32_t>( deviceRenderAreas_.size() ) ) 20343 deviceRenderAreaCount = deviceRenderAreaCount_; 20359 deviceRenderAreaCount = static_cast<uint32_t>( deviceRenderAreas_.size() ); 20382 ( deviceRenderAreaCount == rhs.deviceRenderAreaCount ) && ( pDeviceRenderAreas == rhs.pDeviceRenderAreas ); 20395 uint32_t deviceRenderAreaCount = {}; member [all...] |
H A D | vulkan_core.h | 4708 uint32_t deviceRenderAreaCount; member
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 2298 uint32_t deviceRenderAreaCount; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 3684 uint32_t deviceRenderAreaCount; member
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 4614 uint32_t deviceRenderAreaCount; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 4972 uint32_t deviceRenderAreaCount; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 4757 uint32_t deviceRenderAreaCount; member
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_structs.hpp | 28970 uint32_t deviceRenderAreaCount = {}; global() member [all...] |
H A D | vulkan_core.h | 5125 uint32_t deviceRenderAreaCount; member
|
H A D | vulkan_hash.hpp | 3844 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupRenderPassBeginInfo.deviceRenderAreaCount );
|
Completed in 461 milliseconds