/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_render_pass.h | 197 if (val->pViewOffsets) { in vn_sizeof_VkRenderPassMultiviewCreateInfo_self() 199 size += vn_sizeof_int32_t_array(val->pViewOffsets, val->dependencyCount); in vn_sizeof_VkRenderPassMultiviewCreateInfo_self() 244 if (val->pViewOffsets) { in vn_encode_VkRenderPassMultiviewCreateInfo_self() 246 vn_encode_int32_t_array(enc, val->pViewOffsets, val->dependencyCount); in vn_encode_VkRenderPassMultiviewCreateInfo_self()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkSafetyCriticalUtil.cpp | 261 if (ptr->pViewOffsets != DE_NULL) in hashPNextChain() 263 hash_combine(seed, ptr->pViewOffsets[i]); in hashPNextChain()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawInstancedTests.cpp | 467 renderPassMultiviewCreateInfo.pViewOffsets = DE_NULL; in InstancedDrawInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawInstancedTests.cpp | 450 renderPassMultiviewCreateInfo.pViewOffsets = DE_NULL; in InstancedDrawInstance()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_render_pass.c | 212 dependencies[i].viewOffset = multiview_info->pViewOffsets[i]; in vk_common_CreateRenderPass() 1915 * pViewOffsets[dependency] in the source subpass. If there is not in begin_subpass()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | libVulkan.cpp | 230 if(multiviewCreateInfo->pViewOffsets[i] != 0) in ValidateRenderPassPNextChain()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 16335 _OUT << "\"pViewOffsets\":" << std::endl; in print_VkRenderPassMultiviewCreateInfo() 16337 if (obj.pViewOffsets) { in print_VkRenderPassMultiviewCreateInfo() 16341 print_int32_t(obj.pViewOffsets[i], "", isCommaNeeded); in print_VkRenderPassMultiviewCreateInfo() 16407 _OUT << "\"pViewOffsets\":" << std::endl; in print_VkRenderPassMultiviewCreateInfo() 16409 if (obj->pViewOffsets) { in print_VkRenderPassMultiviewCreateInfo() 16413 print_int32_t(obj->pViewOffsets[i], "", isCommaNeeded); in print_VkRenderPassMultiviewCreateInfo() [all...] |
H A D | vulkan_json_parser.hpp | 8074 (o.pViewOffsets) = (deInt32*)s_globalMem.allocate((o.dependencyCount), sizeof(deInt32)); in parse_VkRenderPassMultiviewCreateInfo() 8075 Json::Value& obj_pViewOffsets_arr = obj["pViewOffsets"]; in parse_VkRenderPassMultiviewCreateInfo() 8077 parse_int32_t("pViewOffsets", obj_pViewOffsets_arr[i], const_cast<deInt32&>((o.pViewOffsets[i]))); in parse_VkRenderPassMultiviewCreateInfo()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 66929 const int32_t * pViewOffsets = {}; global() member [all...] |
H A D | vulkan_core.h | 4896 const int32_t* pViewOffsets; member
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 2273 const int32_t * pViewOffsets; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 3837 const int32_t* pViewOffsets; member
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 4802 const int32_t* pViewOffsets; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 5160 const int32_t* pViewOffsets; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 4945 const int32_t* pViewOffsets; member
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_structs.hpp | [all...] |
H A D | vulkan_core.h | 5313 const int32_t* pViewOffsets; member
|
H A D | vulkan_hash.hpp | 13764 VULKAN_HPP_HASH_COMBINE( seed, renderPassMultiviewCreateInfo.pViewOffsets );
|