Home
last modified time | relevance | path

Searched refs:nir_create_passthrough_tcs (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_passthrough_tcs.c103 nir_create_passthrough_tcs(const nir_shader_compiler_options *options, in nir_create_passthrough_tcs() function
H A Dnir.h5981 nir_shader *nir_create_passthrough_tcs(const nir_shader_compiler_options *options,
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D23.0.4.rst180 - nir: fix 2 bugs in nir_create_passthrough_tcs
H A D24.0.0.rst3023 - nir: don't declare illegal varyings in nir_create_passthrough_tcs
H A D23.1.0.rst3479 - nir: fix 2 bugs in nir_create_passthrough_tcs
H A D23.2.1.rst3441 - nir: fix 2 bugs in nir_create_passthrough_tcs
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_shader.c477 nir_create_passthrough_tcs(options, vs->nir, patch_vertices); in ir3_shader_passthrough_tcs()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.c4544 nir_shader *nir = nir_create_passthrough_tcs(&agx_nir_options, vs_nir, in agx_draw_patches()