Lines Matching defs:layout
822 av_bprintf(&shd->src, "layout (local_size_x = %i, "
928 VkDescriptorSetLayout *layout;
946 layout = &pl->desc_layout[pl->desc_layout_num];
948 { /* Create descriptor set layout descriptions */
972 s->hwctx->alloc, &layout[i]);
975 "layout: %s\n", ff_vk_ret2str(ret));
1033 dt[i].descriptorSetLayout = layout[i];
1048 GLSLA("layout (set = %i, binding = %i", pl->descriptor_sets_num - 1, i);
1164 { /* Finally create the pipeline layout */
1180 av_log(s, AV_LOG_ERROR, "Unable to init pipeline layout: %s\n",
1237 .layout = pl->pipeline_layout,