Searched refs:static_sampler_descs (Results 1 – 1 of 1) sorted by relevance
634 D3D12_STATIC_SAMPLER_DESC *static_sampler_descs = in dzn_pipeline_layout_create() local636 sizeof(*static_sampler_descs) * static_sampler_count, 8, in dzn_pipeline_layout_create()638 if (static_sampler_count && !static_sampler_descs) { in dzn_pipeline_layout_create()695 D3D12_STATIC_SAMPLER_DESC *static_sampler_ptr = static_sampler_descs; in dzn_pipeline_layout_create()737 .pStaticSamplers = static_sampler_descs, in dzn_pipeline_layout_create()745 vk_free2(&device->vk.alloc, pAllocator, static_sampler_descs); in dzn_pipeline_layout_create()