| /third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
| D | PipelineLayoutGL.cpp | 26 GLuint samplerIndex = 0; in PipelineLayout() local
|
| D | PipelineGL.cpp | 175 GLuint samplerIndex = indices[combined.samplerLocation.group][bindingIndex]; in InitializeBase() local
|
| D | CommandBufferGL.cpp | 284 GLuint samplerIndex = indices[bindingIndex]; in ApplyBindGroup() local
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| D | Program.cpp | 291 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
|
| D | Context.cpp | 3151 for(int samplerIndex = 0; samplerIndex < samplerCount; samplerIndex++) in applyTextures() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | ProgramExecutable.cpp | 457 for (size_t samplerIndex = 0; samplerIndex < samplerCount; ++samplerIndex) in load() local 776 for (uint32_t samplerIndex = 0; samplerIndex < samplerBindings.size(); ++samplerIndex) in updateActiveSamplers() local
|
| D | Program.cpp | 2927 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
|
| D | State.cpp | 3425 for (size_t samplerIndex : mDirtySamplers) in syncSamplers() local 3616 void State::setSamplerDirty(size_t samplerIndex) in setSamplerDirty()
|
| D | Context.cpp | 430 for (angle::SubjectIndex samplerIndex = kSampler0SubjectIndex; in Context() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| D | vktRenderPassFragmentDensityMapTests.cpp | 1353 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/ |
| D | vktRenderPassFragmentDensityMapTests.cpp | 1323 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_no_buildgn/vulkan/binding_model/ |
| D | vktBindingDescriptorBufferTests.cpp | 928 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/vulkan/binding_model/ |
| D | vktBindingDescriptorBufferTests.cpp | 929 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/ |
| D | ProgramD3D.cpp | 746 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/ |
| D | ProgramGL.cpp | 1090 GLuint samplerIndex = mState.getSamplerIndexFromUniformIndex(locationRef.index); in markUnusedUniformLocations() local
|
| D | StateManagerGL.cpp | 2482 for (size_t samplerIndex = 0; samplerIndex < samplers.size(); ++samplerIndex) in syncSamplersState() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| D | StateManager11.cpp | 559 unsigned int samplerIndex, in onSamplerChange() 2775 for (unsigned int samplerIndex = samplerRange.low(); samplerIndex < samplerRange.high(); in applyTexturesForSRVs() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| D | Renderer9.cpp | 3222 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/swiftshader/src/Shader/ |
| D | PixelProgram.cpp | 782 …Vector4f PixelProgram::sampleTexture(int samplerIndex, Vector4f &uvwq, Float4 &bias, Vector4f &dsx… in sampleTexture()
|