Lines Matching defs:pass
254 #define OPT(pass, ...) ({ \
256 NIR_PASS(this_progress, nir, pass, ##__VA_ARGS__); \
274 /* Only run this pass in the first call to nir_optimize. Later calls
301 /* Passing 0 to the peephole select pass causes it to convert
305 * Passing 1 to the peephole select pass causes it to convert
655 /* Since we use the deref pass, both vulkan_resource_index and
1196 const struct v3dv_render_pass *pass =
1206 VkFormat fb_format = pass->attachments[att_idx].desc.format;
1977 const struct v3dv_render_pass *pass =
1987 VkFormat fb_format = pass->attachments[att_idx].desc.format;
2360 /* First pass to get some common info from the shader, and create the
2780 assert(pipeline->pass && pipeline->subpass);
2781 struct v3dv_render_pass *pass = pipeline->pass;
2787 assert(subpass->ds_attachment.attachment < pass->attachment_count);
2789 &pass->attachments[subpass->ds_attachment.attachment];
2937 pipeline->pass = render_pass;