Home
last modified time | relevance | path

Searched refs:brw_nir_create_passthrough_tcs (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_nir.h184 nir_shader *brw_nir_create_passthrough_tcs(void *mem_ctx,
Dbrw_nir.c1597 brw_nir_create_passthrough_tcs(void *mem_ctx, const struct brw_compiler *compiler, in brw_nir_create_passthrough_tcs() function
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c1522 brw_nir_create_passthrough_tcs(mem_ctx, compiler, options, &brw_key); in iris_compile_tcs()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c1434 nir = brw_nir_create_passthrough_tcs(mem_ctx, compiler, options, key); in crocus_compile_tcs()