Home
last modified time | relevance | path

Searched refs:getSamplerBindings (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorMetalDirect.h77 samplerBindingMap getSamplerBindings() const { return samplerBindings; } in getSamplerBindings() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgramExecutable.cpp645 stream->writeInt(getSamplerBindings().size()); in save()
646 for (const auto &samplerBinding : getSamplerBindings()) in save()
736 return !getSamplerBindings().empty() || mPipelineHasTextures; in hasTextures()
774 const std::vector<SamplerBinding> &samplerBindings = programState.getSamplerBindings(); in updateActiveSamplers()
DProgram.h278 const std::vector<SamplerBinding> &getSamplerBindings() const in getSamplerBindings() function
280 return mExecutable->getSamplerBindings(); in getSamplerBindings()
DProgramExecutable.h214 const std::vector<SamplerBinding> &getSamplerBindings() const { return mSamplerBindings; } in getSamplerBindings() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_glslang_mtl_utils.mm126 for (auto &sampler : reflection->getSamplerBindings())
382 const std::vector<gl::SamplerBinding> &samplerBindings = programState.getSamplerBindings();
Dmtl_glslang_utils.mm470 const std::vector<gl::SamplerBinding> &samplerBindings = programState.getSamplerBindings();
DProgramMtl.mm1294 for (uint32_t textureIndex = 0; textureIndex < mState.getSamplerBindings().size();
1297 const gl::SamplerBinding &samplerBinding = mState.getSamplerBindings()[textureIndex];
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.cpp680 const std::vector<gl::SamplerBinding> &samplerBindings = programState.getSamplerBindings(); in addTextureDescriptorSetDesc()
1749 for (uint32_t textureIndex = 0; textureIndex < programState->getSamplerBindings().size(); in updateTexturesDescriptorSet()
1753 programState->getSamplerBindings()[textureIndex]; in updateTexturesDescriptorSet()