Home
last modified time | relevance | path

Searched refs:descriptor_res (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_descriptors.c1040 … pdd_cached(pg)->refs[type][ref_idx].res = &ctx->di.descriptor_res[type][stage][index + k]; in create_descriptor_ref_template()
1255 … desc_set_res_add(zds, ctx->di.descriptor_res[ZINK_DESCRIPTOR_TYPE_UBO][pstage][0], i, cache_hit); in update_push_ubo_descriptors()
1344 struct zink_resource *res = ctx->di.descriptor_res[type][stage][index]; in update_descriptors_internal()
1526 struct zink_resource *res = ctx->di.descriptor_res[ZINK_DESCRIPTOR_TYPE_UBO][shader][idx]; in calc_descriptor_state_hash_ubo()
1540 struct zink_resource *res = ctx->di.descriptor_res[ZINK_DESCRIPTOR_TYPE_SSBO][shader][idx]; in calc_descriptor_state_hash_ssbo()
Dzink_context.h327 … struct zink_resource *descriptor_res[ZINK_DESCRIPTOR_TYPES][PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS]; member
Dzink_context.c463 ctx->di.descriptor_res[type][shader][slot] = res; in update_descriptor_state_ubo()
489 ctx->di.descriptor_res[type][shader][slot] = res; in update_descriptor_state_ssbo()
508 ctx->di.descriptor_res[type][shader][slot] = res; in update_descriptor_state_sampler()
545 ctx->di.descriptor_res[type][shader][slot] = res; in update_descriptor_state_image()
2373 if (ctx->di.descriptor_res[i][stage][j]) { in update_resource_refs_for_stage()
2374 struct zink_resource *res = ctx->di.descriptor_res[i][stage][j]; in update_resource_refs_for_stage()
3706 … ctx->di.descriptor_res[ZINK_DESCRIPTOR_TYPE_UBO][shader][slot]); in rebind_ubo()
3861 … struct zink_resource *cres = ctx->di.descriptor_res[ZINK_DESCRIPTOR_TYPE_IMAGE][shader][slot]; in rebind_buffer()