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

/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dshader_enums.c50 ENUM(MESA_SHADER_CLOSEST_HIT),
79 case MESA_SHADER_CLOSEST_HIT: return "closest hit";
107 case MESA_SHADER_CLOSEST_HIT: return "RCHIT";
H A Dshader_enums.h60 MESA_SHADER_CLOSEST_HIT = 10, enumerator in enum:__anon671c309a0103
88 stage == MESA_SHADER_CLOSEST_HIT ||
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_compiler.c250 [MESA_SHADER_CLOSEST_HIT] = sizeof(struct brw_bs_prog_data),
272 [MESA_SHADER_CLOSEST_HIT] = sizeof(struct brw_bs_prog_key),
H A Dbrw_nir_rt.c98 stage == MESA_SHADER_CLOSEST_HIT ||
101 brw_nir_rt_mem_hit_addr(&b, stage == MESA_SHADER_CLOSEST_HIT);
366 assert(nir->info.stage == MESA_SHADER_CLOSEST_HIT);
H A Dbrw_nir_lower_rt_intrinsics.c69 case MESA_SHADER_CLOSEST_HIT:
72 stage == MESA_SHADER_CLOSEST_HIT);
H A Dbrw_nir_lower_shader_calls.c78 case MESA_SHADER_CLOSEST_HIT:
H A Dbrw_fs_nir.cpp448 case MESA_SHADER_CLOSEST_HIT:
/xsrc/external/mit/MesaLib/dist/src/intel/dev/
H A Dintel_debug.c117 [MESA_SHADER_CLOSEST_HIT] = DEBUG_RT,
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_pipeline.c2633 MAX4(stack_max[MESA_SHADER_CLOSEST_HIT],
2638 MAX2(stack_max[MESA_SHADER_CLOSEST_HIT],
2858 case MESA_SHADER_CLOSEST_HIT:
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_validate.c1756 shader->info.stage == MESA_SHADER_CLOSEST_HIT ||
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.c90 case MESA_SHADER_CLOSEST_HIT:
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline_rt.c845 return MESA_SHADER_CLOSEST_HIT;
868 if (shader->info.stage == MESA_SHADER_RAYGEN || shader->info.stage == MESA_SHADER_CLOSEST_HIT ||
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv_to_nir.c4291 return MESA_SHADER_CLOSEST_HIT;

Completed in 39 milliseconds