Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_nir.h186 nir_shader *brw_nir_create_passthrough_tcs(void *mem_ctx,
Dbrw_nir.c1478 brw_nir_create_passthrough_tcs(void *mem_ctx, const struct brw_compiler *compiler, in brw_nir_create_passthrough_tcs() function
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_tcs.c56 nir = brw_nir_create_passthrough_tcs(mem_ctx, compiler, options, key); in brw_codegen_tcs_prog()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c1517 brw_nir_create_passthrough_tcs(mem_ctx, compiler, options, &brw_key); in iris_compile_tcs()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c1426 nir = brw_nir_create_passthrough_tcs(mem_ctx, compiler, options, key); in crocus_compile_tcs()