Searched refs:context_invalidate_descriptor_state (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_context.c | 611 …screen->context_invalidate_descriptor_state(ctx, shader, ZINK_DESCRIPTOR_TYPE_SAMPLER_VIEW, slot, … in update_descriptor_state_sampler() 700 …zink_screen(pctx->screen)->context_invalidate_descriptor_state(ctx, shader, ZINK_DESCRIPTOR_TYPE_S… in zink_bind_sampler_states() 726 …screen->context_invalidate_descriptor_state(ctx, shader, ZINK_DESCRIPTOR_TYPE_SAMPLER_VIEW, start_… in zink_bind_sampler_states() 1353 …zink_screen(pctx->screen)->context_invalidate_descriptor_state(ctx, shader, ZINK_DESCRIPTOR_TYPE_U… in zink_set_constant_buffer() 1450 …zink_screen(pctx->screen)->context_invalidate_descriptor_state(ctx, p_stage, ZINK_DESCRIPTOR_TYPE_… in zink_set_shader_buffers() 1461 …zink_screen(ctx->base.screen)->context_invalidate_descriptor_state(ctx, PIPE_SHADER_COMPUTE, ZINK_… in update_binds_for_samplerviews() 1469 …zink_screen(ctx->base.screen)->context_invalidate_descriptor_state(ctx, i, ZINK_DESCRIPTOR_TYPE_SA… in update_binds_for_samplerviews() 1683 …zink_screen(pctx->screen)->context_invalidate_descriptor_state(ctx, p_stage, ZINK_DESCRIPTOR_TYPE_… in zink_set_shader_images() 1814 …screen->context_invalidate_descriptor_state(ctx, shader_type, ZINK_DESCRIPTOR_TYPE_SAMPLER_VIEW, s… in zink_set_sampler_views() 2144 …zink_screen(ctx->base.screen)->context_invalidate_descriptor_state(ctx, PIPE_SHADER_FRAGMENT, ZINK… in zink_update_fbfetch() [all …]
|
D | zink_screen.h | 187 …void (*context_invalidate_descriptor_state)(struct zink_context *ctx, enum pipe_shader_type shader, member
|
D | zink_screen.c | 1555 LAZY(context_invalidate_descriptor_state); in zink_screen_init_descriptor_funcs() 1567 DEFAULT(context_invalidate_descriptor_state); in zink_screen_init_descriptor_funcs()
|