Lines Matching refs:pImmutableSamplers
40 const VkSampler* pImmutableSamplers)
42 if (pImmutableSamplers)
53 m_immutableSamplers.push_back(pImmutableSamplers[descriptorNdx]);
56 // pImmutableSamplers will be updated at build time
63 DE_NULL, // pImmutableSamplers
73 const VkSampler* pImmutableSamplers)
75 if (pImmutableSamplers)
86 m_immutableSamplers.push_back(pImmutableSamplers[descriptorNdx]);
89 // pImmutableSamplers will be updated at build time
96 DE_NULL, // pImmutableSamplers
104 // Create new layout bindings with pImmutableSamplers updated
120 bindings[bindingNdx].pImmutableSamplers = &m_immutableSamplers[samplerInfo.samplerBaseIndex];