Home
last modified time | relevance | path

Searched refs:sampler_binds (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_resource.h143 uint32_t sampler_binds[PIPE_SHADER_TYPES]; member
H A Dzink_context.c1240 if (!res->sampler_binds[pstage] && !res->image_binds[pstage]) in unbind_descriptor_stage()
1359 if (!res->sampler_binds[pstage] && !res->image_binds[pstage]) in unbind_descriptor_reads()
1458 u_foreach_bit(slot, res->sampler_binds[PIPE_SHADER_COMPUTE]) { in update_binds_for_samplerviews()
1466 u_foreach_bit(slot, res->sampler_binds[i]) { in update_binds_for_samplerviews()
1705 res->sampler_binds[stage] &= ~BITFIELD_BIT(slot); in unbind_samplerview()
1788 res->sampler_binds[shader_type] |= BITFIELD_BIT(start_slot + i); in zink_set_sampler_views()
2419 u_foreach_bit(slot, res->sampler_binds[i]) { in update_res_sampler_layouts()
3949 u_foreach_bit(slot, res->sampler_binds[shader]) { in rebind_buffer()
4251 if (res->sampler_binds[i]) { in rebind_image()

Completed in 8 milliseconds