Home
last modified time | relevance | path

Searched defs:uniformIndex (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/angle/src/compiler/translator/tree_util/
H A DDriverUniform.cpp58 for (size_t uniformIndex = 0; uniformIndex < kNumComputeDriverUniforms; ++uniformIndex) in addComputeDriverUniformsToShader() local
108 for (size_t uniformIndex = 0; uniformIndex < kNumGraphicsDriverUniforms; ++uniformIndex) in createUniformFields() local
207 TConstantUnion *uniformIndex = new TConstantUnion; in createDriverUniformRef() local
426 for (size_t uniformIndex = 0; uniformIndex < kNumGraphicsDriverUniformsExt; ++uniformIndex) in createUniformFields() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DProgramExecutableD3D.cpp623 for (size_t uniformIndex = 0; uniformIndex < uniformCount; uniformIndex++) in load() local
2096 for (size_t uniformIndex = 0; uniformIndex < mD3DUniforms.size(); ++uniformIndex) in assignAllSamplerRegisters() local
2107 size_t uniformIndex) in assignSamplerRegisters()
2167 for (size_t uniformIndex = 0; uniformIndex < mD3DUniforms.size(); ++uniformIndex) in assignAllImageRegisters() local
2206 void ProgramExecutableD3D::assignImageRegisters(size_t uniformIndex) in assignImageRegisters()
/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DDriverUniformMetal.cpp51 for (size_t uniformIndex = 0; uniformIndex < kNumGraphicsDriverUniformsMetal; ++uniformIndex) in createUniformFields() local
/aosp_15_r20/external/angle/src/libANGLE/
H A DProgramExecutable.cpp284 for (size_t uniformIndex = 0; uniformIndex < uniforms->size(); ++uniformIndex) in LoadUniforms() local
289 for (size_t uniformIndex = 0; uniformIndex < uniforms->size(); ++uniformIndex) in LoadUniforms() local
1169 uint32_t uniformIndex = executable.getUniformIndexFromSamplerIndex(samplerIndex); in updateActiveSamplers() local
1201 uint32_t uniformIndex = executable.getUniformIndexFromImageIndex(imageIndex); in updateActiveImages() local
1239 uint32_t uniformIndex = getUniformIndexFromSamplerIndex(samplerIndex); in setSamplerUniformTextureTypeAndFormat() local
H A DProgramLinkedResources.cpp1106 for (size_t uniformIndex = 0; uniformIndex < mUniforms.size(); uniformIndex++) in indexUniforms() local
/aosp_15_r20/external/angle/src/tests/compiler_tests/
H A DShaderImage_test.cpp76 size_t uniformIndex, in CheckExportedImageUniform()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DProgramExecutableVk.cpp293 uint32_t uniformIndex = executable.getUniformIndexFromSamplerIndex(samplerIndex); in UpdateFullTexturesDescriptorSet() local
1222 uint32_t uniformIndex = mExecutable->getUniformIndexFromImageIndex(imageIndex); in addImageDescriptorSetDesc() local
1319 uint32_t uniformIndex = mExecutable->getUniformIndexFromSamplerIndex(samplerIndex); in addTextureDescriptorSetDesc() local
H A Dvk_cache_utils.cpp5977 uint32_t uniformIndex = executable.getUniformIndexFromImageIndex(imageIndex); in updateImages() local
6052 uint32_t uniformIndex = executable.getUniformIndexFromSamplerIndex(samplerIndex); in updateExecutableActiveTextures() local
6369 uint32_t uniformIndex = executable.getUniformIndexFromSamplerIndex(samplerIndex); in updatePreCacheActiveTextures() local
6747 uint32_t uniformIndex = executable.getUniformIndexFromImageIndex(imageIndex); in updateImages() local
H A Dspv_utils.cpp802 for (unsigned int uniformIndex : imageUniformRange) in AssignImageBindings() local
859 for (unsigned int uniformIndex : samplerUniformRange) in AssignTextureBindings() local
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fShaderStateQueryTests.cpp147 const glw::GLuint uniformIndex = 0; in iterate() local
H A Des31fBasicComputeShaderTests.cpp1682 …const uint32_t uniformIndex = gl.getProgramResourceIndex(program.getProgram(), GL_UNIFORM, "u_coun… in iterate() local
1719 …const uint32_t uniformIndex = gl.getProgramResourceIndex(program.getProgram(), GL_UNIFORM, "u_coun… in iterate() local
H A Des31fProgramInterfaceQueryTests.cpp1492 glw::GLuint uniformIndex; in iterate() local
1622 glw::GLuint uniformIndex; in iterate() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderStateQueryTests.cpp1447 const GLuint uniformIndex = uniformIndices[ndx]; in test() local
1469 const GLuint uniformIndex = uniformIndices[ndx]; in test() local
1627 StateQueryMemoryWriteGuard<GLuint> uniformIndex; in test() local
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A Dreflection.cpp448 int uniformIndex = (int)variables.size(); in blowUpActiveAggregate() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DProgramGL.cpp549 GLuint uniformIndex; in getUniformBlockMemberInfo() local
H A Dnull_functions.cpp976 GLuint uniformIndex, in glGetActiveUniformNameNULL()
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
Dreflection.cpp448 int uniformIndex = (int)variables.size(); in blowUpActiveAggregate() local
/aosp_15_r20/external/angle/src/compiler/translator/hlsl/
H A DResourcesHLSL.cpp204 for (size_t uniformIndex = 0; uniformIndex < mUniforms.size(); ++uniformIndex) in findUniformByName() local
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A Dserialize.cpp1133 for (int uniformIndex = 0; uniformIndex < uniformCount; ++uniformIndex) in SerializeProgram() local
H A DFrameCapture.cpp2920 for (GLuint uniformIndex = 0; in CaptureUpdateUniformValues() local
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Duniforms.c1381 _mesa_GetActiveUniformName(GLuint program, GLuint uniformIndex, in _mesa_GetActiveUniformName()
/aosp_15_r20/external/deqp/framework/platform/null/
H A DtcuNullRenderContextFuncs.inl2153 GLW_APICALL void GLW_APIENTRY glGetActiveUniformName (GLuint program, GLuint uniformIndex, GLsizei …
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluCallLogWrapper.inl1776 void CallLogWrapper::glGetActiveUniformName (glw::GLuint program, glw::GLuint uniformIndex, glw::GL…
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwImpl.inl1975 void glwGetActiveUniformName (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length…