Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/blorp/
Dblorp.c187 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in blorp_compile_fs()
215 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in blorp_compile_vs()
/external/mesa3d/src/compiler/nir/
Dnir_gather_info.c336 nir_shader_gather_info(nir_shader *shader, nir_function_impl *entrypoint) in nir_shader_gather_info() function
Dnir.h2475 void nir_shader_gather_info(nir_shader *shader, nir_function_impl *entrypoint);
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp631 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in st_link_nir()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program.c142 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in brw_shader_gather_info()
/external/mesa3d/src/amd/vulkan/
Dradv_shader.c291 nir_shader_gather_info(nir, entry_point->impl); in radv_shader_compile_to_nir()
/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c411 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in anv_pipeline_compile()