Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.c237 if (nvc0->tcp_empty) in nvc0_context_unreference_resources()
238 nvc0->base.pipe.delete_tcs_state(&nvc0->base.pipe, nvc0->tcp_empty); in nvc0_context_unreference_resources()
485 if (!nvc0->tcp_empty) in nvc0_create()
H A Dnvc0_context.h206 struct nvc0_program *tcp_empty; member
H A Dnvc0_shader_state.c213 tp = nvc0->tcp_empty; in nvc0_tctlprog_validate()
H A Dnvc0_program.c1016 nvc0->tcp_empty = pipe_shader_from_nir(&nvc0->base.pipe, b.shader); in nvc0_program_init_tcp_empty()