/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | StagingDescriptorAllocatorD3D12.cpp | 56 const Index blockIndex = buffer.freeBlockIndices.back(); in AllocateCPUDescriptors() local 88 for (Index blockIndex = 0; blockIndex < freeBlockIndicesSize; blockIndex++) { in AllocateCPUHeap() local 119 const Index blockIndex = (baseDescriptor.ptr - heapStart.ptr) / mBlockSize; in Deallocate() local
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fBasicComputeShaderTests.cpp | 176 …const deUint32 blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_UNIFORM_BLOCK, … in iterate() local 198 …const deUint32 blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_B… in iterate() local 213 …const deUint32 blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_… in iterate() local 298 …const deUint32 blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_… in iterate() local 321 …const deUint32 blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_… in iterate() local 336 …const deUint32 blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_… in iterate() local 649 …const deUint32 blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_B… in iterate() local 664 …const deUint32 blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_… in iterate() local 765 …const deUint32 blockIndex = gl.getProgramResourceIndex(program1.getProgram(), GL_SHADER_STORAGE_… in iterate() local 791 …const deUint32 blockIndex = gl.getProgramResourceIndex(program1.getProgram(), GL_SHADER_STORAGE… in iterate() local [all …]
|
/third_party/glslang/glslang/MachineIndependent/ |
D | reflection.cpp | 95 int blockIndex = -1; in addUniform() local 252 … TList<TIntermBinary*>::const_iterator deref, int offset, int blockIndex, int arraySize, in blowUpActiveAggregate() 580 int blockIndex = -1; in addDereferencedUniform() local 642 int blockIndex = 0; in addBlockName() local
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/ |
D | esextcGPUShader5UniformBlocksArrayIndexing.cpp | 184 glw::GLuint blockIndex = 0; in iterate() local
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluProgramInterfaceQuery.hpp | 61 deUint32 blockIndex; //!< GL_BLOCK_INDEX member
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Program.cpp | 44 Uniform::BlockInfo::BlockInfo(const glsl::Uniform& uniform, int blockIndex) in BlockInfo() 457 for(GLuint blockIndex = 0; blockIndex < numUniformBlocks; blockIndex++) in getUniformBlockIndex() local 1717 unsigned int blockIndex = GL_INVALID_INDEX; in linkUniforms() local 2024 for(unsigned int blockIndex = 0; blockIndex < vertexUniformBlocks.size(); blockIndex++) in linkUniformBlocks() local 2029 for(unsigned int blockIndex = 0; blockIndex < fragmentUniformBlocks.size(); blockIndex++) in linkUniformBlocks() local 2042 for(unsigned int blockIndex = 0; blockIndex < vertexUniformBlocks.size(); blockIndex++) in linkUniformBlocks() local 2050 for(unsigned int blockIndex = 0; blockIndex < fragmentUniformBlocks.size(); blockIndex++) in linkUniformBlocks() local 2063 GLuint blockIndex = getUniformBlockIndex(block.name); in defineUniformBlock() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | ProgramGL.cpp | 111 for (size_t blockIndex : mState.getActiveUniformBlockBindingsMask()) in reapplyUBOBindingsIfNeeded() local 807 GLuint blockIndex = in setUniformBlockBinding() local 826 GLuint blockIndex = mFunctions->getUniformBlockIndex(mProgramID, blockMappedName.c_str()); in getUniformBlockSize() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | ProgramGL.cpp | 111 for (size_t blockIndex : mState.getActiveUniformBlockBindingsMask()) in reapplyUBOBindingsIfNeeded() local 815 GLuint blockIndex = in setUniformBlockBinding() local 834 GLuint blockIndex = mFunctions->getUniformBlockIndex(mProgramID, blockMappedName.c_str()); in getUniformBlockSize() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | ProgramLinkedResources.cpp | 240 int blockIndex) in UniformBlockEncodingVisitor() 300 int blockIndex) in ShaderStorageBlockVisitor() 1109 int blockIndex = static_cast<int>(mBlocksOut->size()); in defineInterfaceBlock() local
|
D | queryutils.cpp | 917 GLuint blockIndex, in GetUniformBlockResourceProperty() 930 GLuint blockIndex, in GetShaderStorageBlockResourceProperty()
|
D | Program.cpp | 311 for (unsigned int blockIndex = 0; blockIndex < numBlocks; blockIndex++) in GetInterfaceBlockIndex() local 2597 void Program::getActiveUniformBlockName(const GLuint blockIndex, in getActiveUniformBlockName() 2606 void Program::getActiveShaderStorageBlockName(const GLuint blockIndex, in getActiveShaderStorageBlockName() 4305 for (unsigned int blockIndex = 0; blockIndex < mState.mUniformBlocks.size(); blockIndex++) in initInterfaceBlockBindings() local
|
D | Program.h | 315 GLuint getShaderStorageBlockBinding(GLuint blockIndex) const in getShaderStorageBlockBinding()
|
/third_party/mesa3d/src/amd/addrlib/src/gfx9/ |
D | gfx9addrlib.cpp | 890 UINT_32 blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb; in HwlComputeCmaskAddrFromCoord() local 967 UINT_32 blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb; in HwlComputeHtileAddrFromCoord() local 1131 UINT_32 blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb; in HwlComputeDccAddrFromCoord() local 4267 UINT_64 blockIndex = in HwlComputeSurfaceInfoTiled() local 5096 UINT_64 blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb; in HwlComputeSurfaceAddrFromCoordTiled() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | ProgramLinkedResources.cpp | 244 int blockIndex) in UniformBlockEncodingVisitor() 305 int blockIndex) in ShaderStorageBlockVisitor() 1270 int blockIndex = static_cast<int>(mBlocksOut->size()); in defineInterfaceBlock() local
|
D | ProgramExecutable.h | 231 GLuint getShaderStorageBlockBinding(GLuint blockIndex) const in getShaderStorageBlockBinding()
|
D | Program.h | 243 GLuint getShaderStorageBlockBinding(GLuint blockIndex) const in getShaderStorageBlockBinding()
|
D | Program.cpp | 327 for (unsigned int blockIndex = 0; blockIndex < numBlocks; blockIndex++) in GetInterfaceBlockIndex() local 3063 void Program::getActiveUniformBlockName(const UniformBlockIndex blockIndex, in getActiveUniformBlockName() 3073 void Program::getActiveShaderStorageBlockName(const GLuint blockIndex, in getActiveShaderStorageBlockName() 4014 for (unsigned int blockIndex = 0; blockIndex < mState.mExecutable->getActiveUniformBlockCount(); in initInterfaceBlockBindings() local
|
D | queryutils.cpp | 1058 GLuint blockIndex, in GetUniformBlockResourceProperty() 1071 GLuint blockIndex, in GetShaderStorageBlockResourceProperty()
|
/third_party/skia/tests/ |
D | SkBlockAllocatorTest.cpp | 36 static Block* get_block(SkSBlockAllocator<N>& pool, int blockIndex) { in get_block()
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 12470 for(uint32_t blockIndex = 0; blockIndex < blockCount; ++blockIndex) in GetPoolStats() local 12647 for(size_t blockIndex = 0; blockIndex < m_Blocks.size(); ++blockIndex ) in AllocatePage() local 12671 for(size_t blockIndex = m_Blocks.size(); blockIndex--; ) in AllocatePage() local 12787 for(size_t blockIndex = 0; blockIndex < m_Blocks.size(); ++blockIndex ) in AllocatePage() local 12823 for(size_t blockIndex = m_Blocks.size(); blockIndex--; ) in AllocatePage() local 13012 for(uint32_t blockIndex = 0; blockIndex < m_Blocks.size(); ++blockIndex) in Remove() local 13188 … for(size_t blockIndex = 0; pDefragCtx->res == VK_SUCCESS && blockIndex < blockCount; ++blockIndex) in ApplyDefragmentationMovesCpu() local 13262 for(size_t blockIndex = blockCount; blockIndex--; ) in ApplyDefragmentationMovesCpu() local 13304 … for(size_t blockIndex = 0; pDefragCtx->res == VK_SUCCESS && blockIndex < blockCount; ++blockIndex) in ApplyDefragmentationMovesGpu() local 13352 for(size_t blockIndex = m_Blocks.size(); blockIndex--; ) in FreeEmptyBlocks() local [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | ProgramBinaryTest.cpp | 337 GLint blockIndex = glGetUniformBlockIndex(program.get(), "block"); in testBinaryAndUBOBlockIndexes() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | ProgramD3D.cpp | 1017 for (unsigned int blockIndex = 0; blockIndex < shaderStorageBlockCount; ++blockIndex) in load() local 1068 for (unsigned int blockIndex = 0; blockIndex < blockCount; ++blockIndex) in load() local 2245 unsigned int ProgramD3D::getShaderStorageBufferRegisterIndex(GLuint blockIndex, in getShaderStorageBufferRegisterIndex()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | ProgramBinaryTest.cpp | 330 GLint blockIndex = glGetUniformBlockIndex(program.get(), "block"); in testBinaryAndUBOBlockIndexes() local
|
/third_party/flutter/skia/modules/skparagraph/src/ |
D | ParagraphImpl.cpp | 845 Block& ParagraphImpl::block(BlockIndex blockIndex) { in block()
|
/third_party/skia/modules/skparagraph/src/ |
D | ParagraphImpl.cpp | 842 Block& ParagraphImpl::block(BlockIndex blockIndex) { in block()
|