Searched refs:MESA_SHADER_RAYGEN (Results 1 - 14 of 14) sorted by path

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline_rt.c502 if (shader->info.stage == MESA_SHADER_RAYGEN) {
841 return MESA_SHADER_RAYGEN;
868 if (shader->info.stage == MESA_SHADER_RAYGEN || shader->info.stage == MESA_SHADER_CLOSEST_HIT ||
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dshader_enums.c48 ENUM(MESA_SHADER_RAYGEN),
77 case MESA_SHADER_RAYGEN: return "raygen";
105 case MESA_SHADER_RAYGEN: return "RGEN";
H A Dshader_enums.h58 MESA_SHADER_RAYGEN = 8, enumerator in enum:__anon671c309a0103
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv_to_nir.c4287 return MESA_SHADER_RAYGEN;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.c88 case MESA_SHADER_RAYGEN:
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_compiler.c248 [MESA_SHADER_RAYGEN] = sizeof(struct brw_bs_prog_data),
270 [MESA_SHADER_RAYGEN] = sizeof(struct brw_bs_prog_key),
H A Dbrw_compiler.h146 return stage >= MESA_SHADER_RAYGEN &&
H A Dbrw_fs.cpp9368 assert(stage >= MESA_SHADER_RAYGEN && stage <= MESA_SHADER_CALLABLE);
H A Dbrw_fs_nir.cpp446 case MESA_SHADER_RAYGEN:
H A Dbrw_nir_lower_shader_calls.c50 if (shader->info.stage != MESA_SHADER_RAYGEN)
61 case MESA_SHADER_RAYGEN:
H A Dbrw_nir_rt.c349 assert(nir->info.stage == MESA_SHADER_RAYGEN);
/xsrc/external/mit/MesaLib/dist/src/intel/dev/
H A Dintel_debug.c115 [MESA_SHADER_RAYGEN] = DEBUG_RT,
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_pipeline.c2631 stack_max[MESA_SHADER_RAYGEN] +
2850 case MESA_SHADER_RAYGEN:
H A DgenX_cmd_buffer.c5310 const gl_shader_stage s = MESA_SHADER_RAYGEN;

Completed in 60 milliseconds