Home
last modified time | relevance | path

Searched defs:blockIndex (Results 1 – 25 of 47) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DStagingDescriptorAllocatorD3D12.cpp56 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/
Des31fBasicComputeShaderTests.cpp176 …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/
Dreflection.cpp95 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/
DesextcGPUShader5UniformBlocksArrayIndexing.cpp184 glw::GLuint blockIndex = 0; in iterate() local
/third_party/vk-gl-cts/framework/opengl/
DgluProgramInterfaceQuery.hpp61 deUint32 blockIndex; //!< GL_BLOCK_INDEX member
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DProgram.cpp44 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/
DProgramGL.cpp111 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/
DProgramGL.cpp111 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/
DProgramLinkedResources.cpp240 int blockIndex) in UniformBlockEncodingVisitor()
300 int blockIndex) in ShaderStorageBlockVisitor()
1109 int blockIndex = static_cast<int>(mBlocksOut->size()); in defineInterfaceBlock() local
Dqueryutils.cpp917 GLuint blockIndex, in GetUniformBlockResourceProperty()
930 GLuint blockIndex, in GetShaderStorageBlockResourceProperty()
DProgram.cpp311 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
DProgram.h315 GLuint getShaderStorageBlockBinding(GLuint blockIndex) const in getShaderStorageBlockBinding()
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp890 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/
DProgramLinkedResources.cpp244 int blockIndex) in UniformBlockEncodingVisitor()
305 int blockIndex) in ShaderStorageBlockVisitor()
1270 int blockIndex = static_cast<int>(mBlocksOut->size()); in defineInterfaceBlock() local
DProgramExecutable.h231 GLuint getShaderStorageBlockBinding(GLuint blockIndex) const in getShaderStorageBlockBinding()
DProgram.h243 GLuint getShaderStorageBlockBinding(GLuint blockIndex) const in getShaderStorageBlockBinding()
DProgram.cpp327 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
Dqueryutils.cpp1058 GLuint blockIndex, in GetUniformBlockResourceProperty()
1071 GLuint blockIndex, in GetShaderStorageBlockResourceProperty()
/third_party/skia/tests/
DSkBlockAllocatorTest.cpp36 static Block* get_block(SkSBlockAllocator<N>& pool, int blockIndex) { in get_block()
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h12470 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/
DProgramBinaryTest.cpp337 GLint blockIndex = glGetUniformBlockIndex(program.get(), "block"); in testBinaryAndUBOBlockIndexes() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DProgramD3D.cpp1017 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/
DProgramBinaryTest.cpp330 GLint blockIndex = glGetUniformBlockIndex(program.get(), "block"); in testBinaryAndUBOBlockIndexes() local
/third_party/flutter/skia/modules/skparagraph/src/
DParagraphImpl.cpp845 Block& ParagraphImpl::block(BlockIndex blockIndex) { in block()
/third_party/skia/modules/skparagraph/src/
DParagraphImpl.cpp842 Block& ParagraphImpl::block(BlockIndex blockIndex) { in block()

12