Home
last modified time | relevance | path

Searched refs:pGroups (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_cache.c190 _mesa_sha1_update(&ctx, &pCreateInfo->pGroups[i].type, in radv_hash_rt_shaders()
191 sizeof(pCreateInfo->pGroups[i].type)); in radv_hash_rt_shaders()
192 _mesa_sha1_update(&ctx, &pCreateInfo->pGroups[i].generalShader, in radv_hash_rt_shaders()
193 sizeof(pCreateInfo->pGroups[i].generalShader)); in radv_hash_rt_shaders()
194 _mesa_sha1_update(&ctx, &pCreateInfo->pGroups[i].anyHitShader, in radv_hash_rt_shaders()
195 sizeof(pCreateInfo->pGroups[i].anyHitShader)); in radv_hash_rt_shaders()
196 _mesa_sha1_update(&ctx, &pCreateInfo->pGroups[i].closestHitShader, in radv_hash_rt_shaders()
197 sizeof(pCreateInfo->pGroups[i].closestHitShader)); in radv_hash_rt_shaders()
198 _mesa_sha1_update(&ctx, &pCreateInfo->pGroups[i].intersectionShader, in radv_hash_rt_shaders()
199 sizeof(pCreateInfo->pGroups[ in radv_hash_rt_shaders()
[all...]
H A Dradv_pipeline_rt.c57 local_create_info.pGroups = groups = in radv_create_merged_rt_create_info()
59 if (!local_create_info.pStages || !local_create_info.pGroups) in radv_create_merged_rt_create_info()
67 groups[j] = pCreateInfo->pGroups[j]; in radv_create_merged_rt_create_info()
112 if (!local_create_info.pStages || !local_create_info.pGroups) in radv_rt_pipeline_library_create()
166 memcpy(pipeline->groups, local_create_info.pGroups, size); in radv_rt_pipeline_library_create()
171 free((void *)local_create_info.pGroups); in radv_rt_pipeline_library_create()
179 free((void *)local_create_info.pGroups); in radv_rt_pipeline_library_create()
244 const VkRayTracingShaderGroupCreateInfoKHR *group = vars->create_info->pGroups + group_idx; in reserve_stack_size()
1094 const VkRayTracingShaderGroupCreateInfoKHR *group_info = &pCreateInfo->pGroups[i]; in visit_any_hit_shaders()
1292 const VkRayTracingShaderGroupCreateInfoKHR *group_info = &pCreateInfo->pGroups[ in insert_traversal_aabb_case()
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_pipeline.c2408 const VkRayTracingShaderGroupCreateInfoKHR *ginfo = &info->pGroups[i]; in anv_pipeline_init_ray_tracing_stages()
2598 const VkRayTracingShaderGroupCreateInfoKHR *ginfo = &info->pGroups[i]; in anv_pipeline_compile_ray_tracing()
2619 uint32_t intersection_idx = info->pGroups[i].intersectionShader; in anv_pipeline_compile_ray_tracing()
2625 uint32_t any_hit_idx = info->pGroups[i].anyHitShader; in anv_pipeline_compile_ray_tracing()
2897 &pCreateInfo->pGroups[i]; in anv_ray_tracing_pipeline_create()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp29655 const VULKAN_HPP_NAMESPACE::GraphicsShaderGroupCreateInfoNV * pGroups = {}; global() member
64651 const VULKAN_HPP_NAMESPACE::RayTracingShaderGroupCreateInfoKHR * pGroups = {}; global() member
64995 const VULKAN_HPP_NAMESPACE::RayTracingShaderGroupCreateInfoNV * pGroups = {}; global() member
[all...]
H A Dvulkan_core.h10424 const VkRayTracingShaderGroupCreateInfoNV* pGroups; member
11984 const VkGraphicsShaderGroupCreateInfoNV* pGroups; member
13303 const VkRayTracingShaderGroupCreateInfoKHR* pGroups; member
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h10021 const VkRayTracingShaderGroupCreateInfoNV* pGroups; member
11525 const VkGraphicsShaderGroupCreateInfoNV* pGroups; member
12506 const VkRayTracingShaderGroupCreateInfoKHR* pGroups; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h11537 const VkRayTracingShaderGroupCreateInfoNV* pGroups; member
13034 const VkGraphicsShaderGroupCreateInfoNV* pGroups; member
14866 const VkRayTracingShaderGroupCreateInfoKHR* pGroups; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h10584 const VkRayTracingShaderGroupCreateInfoNV* pGroups; member
12144 const VkGraphicsShaderGroupCreateInfoNV* pGroups; member
13510 const VkRayTracingShaderGroupCreateInfoKHR* pGroups; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp42322 const VULKAN_HPP_NAMESPACE::GraphicsShaderGroupCreateInfoNV * pGroups = {}; global() member
[all...]
H A Dvulkan_core.h13430 const VkRayTracingShaderGroupCreateInfoNV* pGroups; member
15187 const VkGraphicsShaderGroupCreateInfoNV* pGroups; member
19187 const VkRayTracingShaderGroupCreateInfoKHR* pGroups; member
H A Dvulkan_hash.hpp5541 VULKAN_HPP_HASH_COMBINE( seed, graphicsPipelineShaderGroupsCreateInfoNV.pGroups );
13459 VULKAN_HPP_HASH_COMBINE( seed, rayTracingPipelineCreateInfoKHR.pGroups );
13500 VULKAN_HPP_HASH_COMBINE( seed, rayTracingPipelineCreateInfoNV.pGroups );

Completed in 381 milliseconds