Lines Matching refs:memcmp
140 if (memcmp(&dest->viewport.viewports, &src->viewport.viewports,
154 if (memcmp(&dest->scissor.scissors, &src->scissor.scissors,
169 if (memcmp(&dest->depth_bias, &src->depth_bias, sizeof(src->depth_bias))) {
176 if (memcmp(&dest->blend_constants, &src->blend_constants, sizeof(src->blend_constants))) {
183 if (memcmp(&dest->depth_bounds, &src->depth_bounds, sizeof(src->depth_bounds))) {
190 if (memcmp(&dest->stencil_compare_mask, &src->stencil_compare_mask,
198 if (memcmp(&dest->stencil_write_mask, &src->stencil_write_mask,
206 if (memcmp(&dest->stencil_reference, &src->stencil_reference,
214 if (memcmp(&dest->discard_rectangle.rectangles, &src->discard_rectangle.rectangles,
226 memcmp(&dest->sample_location.locations, &src->sample_location.locations,
237 if (memcmp(&dest->line_stipple, &src->line_stipple, sizeof(src->line_stipple))) {
300 if (memcmp(&dest->stencil_op, &src->stencil_op, sizeof(src->stencil_op))) {
307 if (memcmp(&dest->fragment_shading_rate, &src->fragment_shading_rate,
1589 memcmp(cmd_buffer->state.emitted_graphics_pipeline->base.ctx_cs.buf, pipeline->base.ctx_cs.buf,
3051 return memcmp(a, b, header.key_size) == 0;