/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/commonvalidity/ |
D | pipeline_create_info_common.adoc | 18 flag, and pname:basePipelineIndex is -1, pname:basePipelineHandle must: 23 pname:basePipelineIndex must: be a valid index into the calling 27 flag, pname:basePipelineIndex must: be -1 or pname:basePipelineHandle 33 * [[VUID-{refpage}-basePipelineIndex-05025]] 34 pname:basePipelineIndex must: be zero
|
D | ray_tracing_pipeline_create_info_common.txt | 9 flag, and pname:basePipelineIndex is `-1`, pname:basePipelineHandle 14 pname:basePipelineIndex must: be a valid index into the calling 18 flag, and pname:basePipelineIndex is not `-1`, pname:basePipelineHandle 23 pname:basePipelineIndex must: be `-1`
|
D | create_ray_tracing_pipelines_common.txt | 10 pname:basePipelineIndex member of that same element is not `-1`, 11 pname:basePipelineIndex must: be less than the index into
|
D | create_ray_tracing_pipelines_common.adoc | 11 pname:basePipelineIndex member of that same element is not `-1`, 12 pname:basePipelineIndex must: be less than the index into
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineCreationCacheControlTests.cpp | 728 deInt32 basePipelineIndex = -1; in createPipelineCreateInfos() local 739 if (basePipelineIndex != -1) in createPipelineCreateInfos() 748 if (basePipelineIndex == -1) in createPipelineCreateInfos() 750 basePipelineIndex = curIndex; in createPipelineCreateInfos() 757 createInfo.basePipelineIndex = basePipelineIndex; in createPipelineCreateInfos() 950 deInt32 basePipelineIndex = -1; in createPipelineCreateInfos() local 961 if (basePipelineIndex != -1) in createPipelineCreateInfos() 970 if (basePipelineIndex == -1) in createPipelineCreateInfos() 972 basePipelineIndex = curIndex; in createPipelineCreateInfos() 979 createInfo.basePipelineIndex = basePipelineIndex; in createPipelineCreateInfos()
|
D | vktPipelineCreationFeedbackTests.cpp | 1042 pipelineCreateInfo.basePipelineIndex = -1; in buildPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineCreationCacheControlTests.cpp | 728 deInt32 basePipelineIndex = -1; in createPipelineCreateInfos() local 739 if (basePipelineIndex != -1) in createPipelineCreateInfos() 748 if (basePipelineIndex == -1) in createPipelineCreateInfos() 750 basePipelineIndex = curIndex; in createPipelineCreateInfos() 757 createInfo.basePipelineIndex = basePipelineIndex; in createPipelineCreateInfos() 950 deInt32 basePipelineIndex = -1; in createPipelineCreateInfos() local 961 if (basePipelineIndex != -1) in createPipelineCreateInfos() 970 if (basePipelineIndex == -1) in createPipelineCreateInfos() 972 basePipelineIndex = curIndex; in createPipelineCreateInfos() 979 createInfo.basePipelineIndex = basePipelineIndex; in createPipelineCreateInfos()
|
D | vktPipelineCreationFeedbackTests.cpp | 1042 pipelineCreateInfo.basePipelineIndex = -1; in buildPipeline()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | ComputePipelineVk.cpp | 41 createInfo.basePipelineIndex = -1; in Initialize()
|
D | RenderPipelineVk.cpp | 545 createInfo.basePipelineIndex = -1; in Initialize()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkPipelineConstructionUtil.hpp | 279 const deInt32 basePipelineIndex = 0,
|
D | vkPipelineConstructionUtil.cpp | 1380 const deInt32 basePipelineIndex, in buildPipeline() argument 1440 pointerToCreateInfo->basePipelineIndex = basePipelineIndex; in buildPipeline()
|
D | vkSafetyCriticalUtil.cpp | 515 hash_combine(seed, gpCI.basePipelineIndex); in calculateGraphicsPipelineHash() 559 hash_combine(seed, cpCI.basePipelineIndex); in calculateComputePipelineHash()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | pipelines.txt | 169 pname:basePipelineIndex member of that same element is not `-1`, 170 pname:basePipelineIndex must: be less than the index into 205 * pname:basePipelineIndex is an index into the pname:pCreateInfos 208 The parameters pname:basePipelineHandle and pname:basePipelineIndex are 216 flag, and pname:basePipelineIndex is -1, pname:basePipelineHandle must: 221 pname:basePipelineIndex must: be a valid index into the calling 225 flag, and pname:basePipelineIndex is not -1, pname:basePipelineHandle 230 pname:basePipelineIndex must: be -1 727 pname:basePipelineIndex member of that same element is not `-1`, 728 pname:basePipelineIndex must: be less than the index into [all …]
|
D | executiongraphs.adoc | 54 pname:basePipelineIndex member of that same element is not `-1`, 55 pname:basePipelineIndex must: be less than the index into 97 * pname:basePipelineIndex is an index into the pname:pCreateInfos 100 The parameters pname:basePipelineHandle and pname:basePipelineIndex are
|
D | pipelines.adoc | 264 pname:basePipelineIndex member of that same element is not `-1`, 265 pname:basePipelineIndex must: be less than the index into 315 * pname:basePipelineIndex is an index into the pname:pCreateInfos 321 The parameters pname:basePipelineHandle and pname:basePipelineIndex are 383 * slink:VkComputePipelineCreateInfo::pname:basePipelineIndex must: be zero 1346 pname:basePipelineIndex member of that same element is not `-1`, 1347 pname:basePipelineIndex must: be less than the index into 1522 * pname:basePipelineIndex is an index into the pname:pCreateInfos 1528 The parameters pname:basePipelineHandle and pname:basePipelineIndex are 4461 * slink:VkGraphicsPipelineCreateInfo::pname:basePipelineIndex must: be [all …]
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_HUAWEI_subpass_shading.txt | 241 pipelineLayout, basePipelineHandle, basePipelineIndex
|
D | VK_HUAWEI_subpass_shading.adoc | 242 pipelineLayout, basePipelineHandle, basePipelineIndex
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_EXT_pipeline_creation_feedback/ |
D | pipelines.adoc | 145 pname:basePipelineHandle or pname:basePipelineIndex member of the
|
D | pipelines.txt | 149 pname:basePipelineHandle or pname:basePipelineIndex member of the
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_pipeline.h | 1819 size += vn_sizeof_int32_t(&val->basePipelineIndex); in vn_sizeof_VkGraphicsPipelineCreateInfo_self() 1903 vn_encode_int32_t(enc, &val->basePipelineIndex); in vn_encode_VkGraphicsPipelineCreateInfo_self() 1952 size += vn_sizeof_int32_t(&val->basePipelineIndex); in vn_sizeof_VkComputePipelineCreateInfo_self() 2001 vn_encode_int32_t(enc, &val->basePipelineIndex); in vn_encode_VkComputePipelineCreateInfo_self()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 550 pipelineCreateInfo.basePipelineIndex = -1; in Make()
|
/third_party/mesa3d/src/amd/vulkan/radix_sort/ |
D | radix_sort_vk.c | 334 .basePipelineIndex = 0 } in radix_sort_vk_create()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
D | VK_KHR_maintenance5.adoc | 317 .basePipelineIndex = 0 };
|
/third_party/mesa3d/src/amd/compiler/tests/ |
D | helpers.cpp | 679 create_info.basePipelineIndex = 0; in create_compute_pipeline()
|