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

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline_rt.c1415 uint32_t any_hit_shader_id = VK_SHADER_UNUSED_KHR; local in function:insert_traversal_aabb_case
1420 any_hit_shader_id = group_info->anyHitShader;
1432 if (any_hit_shader_id != VK_SHADER_UNUSED_KHR) {
1433 stage = &pCreateInfo->pStages[any_hit_shader_id];

Completed in 8 milliseconds