Home
last modified time | relevance | path

Searched defs:samplerIndex (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DPipelineLayoutGL.cpp26 GLuint samplerIndex = 0; in PipelineLayout() local
DPipelineGL.cpp175 GLuint samplerIndex = indices[combined.samplerLocation.group][bindingIndex]; in InitializeBase() local
DCommandBufferGL.cpp284 GLuint samplerIndex = indices[bindingIndex]; in ApplyBindGroup() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DProgram.cpp291 GLint Program::getSamplerMapping(sw::SamplerType type, unsigned int samplerIndex) in getSamplerMapping()
325 TextureType Program::getSamplerTextureType(sw::SamplerType type, unsigned int samplerIndex) in getSamplerTextureType()
2396 unsigned int samplerIndex = targetUniform->psRegisterIndex + i; in applyUniform1iv() local
2410 unsigned int samplerIndex = targetUniform->vsRegisterIndex + i; in applyUniform1iv() local
2498 unsigned int samplerIndex = targetUniform->psRegisterIndex + i; in applyUniform1uiv() local
2512 unsigned int samplerIndex = targetUniform->vsRegisterIndex + i; in applyUniform1uiv() local
DContext.cpp3151 for(int samplerIndex = 0; samplerIndex < samplerCount; samplerIndex++) in applyTextures() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgramExecutable.cpp457 for (size_t samplerIndex = 0; samplerIndex < samplerCount; ++samplerIndex) in load() local
776 for (uint32_t samplerIndex = 0; samplerIndex < samplerBindings.size(); ++samplerIndex) in updateActiveSamplers() local
DProgram.cpp2927 GLuint samplerIndex = mState.getSamplerIndexFromUniformIndex(uniformLocation.index); in getSamplerUniformBinding() local
3671 for (unsigned int samplerIndex : mState.mExecutable->getSamplerUniformRange()) in linkSamplerAndImageBindings() local
3989 for (unsigned int samplerIndex : mState.mExecutable->getSamplerUniformRange()) in setUniformValuesFromBindingQualifiers() local
4028 GLuint samplerIndex = mState.getSamplerIndexFromUniformIndex(locationInfo.index); in updateSamplerUniform() local
DState.cpp3425 for (size_t samplerIndex : mDirtySamplers) in syncSamplers() local
3616 void State::setSamplerDirty(size_t samplerIndex) in setSamplerDirty()
DContext.cpp430 for (angle::SubjectIndex samplerIndex = kSampler0SubjectIndex; in Context() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassFragmentDensityMapTests.cpp1353 for (deUint32 samplerIndex = 0; samplerIndex < m_testParams.samplersCount; ++samplerIndex) in initPrograms() local
1651 for (deUint32 samplerIndex = 0; samplerIndex < testParams.samplersCount; ++samplerIndex) in FragmentDensityMapTestInstance() local
1848 for (deUint32 samplerIndex = 0; samplerIndex < testParams.samplersCount; ++samplerIndex) in FragmentDensityMapTestInstance() local
1873 for (deUint32 samplerIndex = 0; samplerIndex < testParams.samplersCount; ++samplerIndex) in FragmentDensityMapTestInstance() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassFragmentDensityMapTests.cpp1323 for (deUint32 samplerIndex = 0; samplerIndex < m_testParams.samplersCount; ++samplerIndex) in initPrograms() local
1610 for (deUint32 samplerIndex = 0; samplerIndex < testParams.samplersCount; ++samplerIndex) in FragmentDensityMapTestInstance() local
1807 for (deUint32 samplerIndex = 0; samplerIndex < testParams.samplersCount; ++samplerIndex) in FragmentDensityMapTestInstance() local
1832 for (deUint32 samplerIndex = 0; samplerIndex < testParams.samplersCount; ++samplerIndex) in FragmentDensityMapTestInstance() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorBufferTests.cpp929 deUint32 samplerIndex = INDEX_INVALID; in glslOutputVerification() local
1447 deUint32 samplerIndex = 0; in delayedInit() local
1514 …for (deUint32 samplerIndex = 0; samplerIndex < m_params.embeddedImmutableSamplersPerBuffer; ++samp… in delayedInit() local
1536 for (deUint32 samplerIndex = 0; samplerIndex < numSamplers; ++samplerIndex) in delayedInit() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
DvktBindingDescriptorBufferTests.cpp928 deUint32 samplerIndex = INDEX_INVALID; in glslOutputVerification() local
1447 deUint32 samplerIndex = 0; in delayedInit() local
1514 …for (deUint32 samplerIndex = 0; samplerIndex < m_params.embeddedImmutableSamplersPerBuffer; ++samp… in delayedInit() local
1536 for (deUint32 samplerIndex = 0; samplerIndex < numSamplers; ++samplerIndex) in delayedInit() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DProgramD3D.cpp746 unsigned int samplerIndex, in getSamplerMapping()
818 unsigned int samplerIndex = firstIndex + i; in updateSamplerMapping() local
2821 unsigned int samplerIndex = startSamplerIndex; in AssignSamplers() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DProgramGL.cpp1090 GLuint samplerIndex = mState.getSamplerIndexFromUniformIndex(locationRef.index); in markUnusedUniformLocations() local
DStateManagerGL.cpp2482 for (size_t samplerIndex = 0; samplerIndex < samplers.size(); ++samplerIndex) in syncSamplersState() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp3222 for (unsigned int samplerIndex = samplerRange.low(); samplerIndex < samplerRange.high(); in applyTextures() local
3261 for (int samplerIndex = samplerRange.high(); samplerIndex < samplerCount; samplerIndex++) in applyTextures() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp559 unsigned int samplerIndex, in onSamplerChange()
2775 for (unsigned int samplerIndex = samplerRange.low(); samplerIndex < samplerRange.high(); in applyTexturesForSRVs() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DPixelProgram.cpp782 …Vector4f PixelProgram::sampleTexture(int samplerIndex, Vector4f &uvwq, Float4 &bias, Vector4f &dsx… in sampleTexture()