Searched refs:calc_descriptor_state_hash_ubo (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_descriptors.c | 1524 calc_descriptor_state_hash_ubo(struct zink_context *ctx, enum pipe_shader_type shader, int idx, uin… in calc_descriptor_state_hash_ubo() function 1597 hash = calc_descriptor_state_hash_ubo(ctx, shader, idx, hash, true); in update_descriptor_stage_state() 1670 hash = calc_descriptor_state_hash_ubo(ctx, PIPE_SHADER_COMPUTE, 0, 0, false); in zink_context_update_descriptor_states() 1675 … ctx->dd->gfx_push_state[stage] = calc_descriptor_state_hash_ubo(ctx, stage, 0, 0, false); in zink_context_update_descriptor_states()
|