Home
last modified time | relevance | path

Searched refs:nir_shader_gather_info (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/intel/blorp/
Dblorp.c183 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in blorp_compile_fs()
205 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in blorp_compile_vs()
/external/mesa3d/src/compiler/nir/
Dnir_gather_info.c291 nir_shader_gather_info(nir_shader *shader, nir_function_impl *entrypoint) in nir_shader_gather_info() function
Dnir.h2354 void nir_shader_gather_info(nir_shader *shader, nir_function_impl *entrypoint);
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program.c110 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in brw_create_nir()
/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c183 nir_shader_gather_info(nir, entry_point->impl); in anv_shader_compile_to_nir()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c239 nir_shader_gather_info(nir, entry_point->impl); in radv_shader_compile_to_nir()