Lines Matching refs:index
439 uint32_t samples, int index, bool unrestricted, VkPipeline *pipeline)
498 extra.db_depth_clear = index == DEPTH_CLEAR_SLOW ? false : true;
501 extra.db_stencil_clear = index == DEPTH_CLEAR_SLOW ? false : true;
549 int index = fast ? DEPTH_CLEAR_FAST : DEPTH_CLEAR_SLOW;
555 ? &meta_state->ds_clear[samples_log2].depthstencil_unrestricted_pipeline[index]
556 : &meta_state->ds_clear[samples_log2].depthstencil_pipeline[index];
560 ? &meta_state->ds_clear[samples_log2].depth_only_unrestricted_pipeline[index]
561 : &meta_state->ds_clear[samples_log2].depth_only_pipeline[index];
565 ? &meta_state->ds_clear[samples_log2].stencil_only_unrestricted_pipeline[index]
566 : &meta_state->ds_clear[samples_log2].stencil_only_pipeline[index];
574 cmd_buffer->device, aspects, 1u << samples_log2, index, unrestricted, pipeline);
1575 int index = desc->swizzle[i] - PIPE_SWIZZLE_X;
1600 if (index == extra_channel) {
1666 int index = desc->swizzle[i] - PIPE_SWIZZLE_X;
1670 uint32_t extra_xor = index == extra_channel ? ~0u : 0;
2014 .colorAttachment = i, /* Use attachment index relative to subpass */