Home
last modified time | relevance | path

Searched defs:blockType (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCollectVariables.cpp936 const TInterfaceBlock *blockType = type.getInterfaceBlock(); in recordVarying() local
978 const TInterfaceBlock *blockType = interfaceBlockType.getInterfaceBlock(); in recordInterfaceBlock() local
/third_party/glslang/glslang/MachineIndependent/
DParseContextBase.cpp594 … TType blockType(new TTypeList, *NewPoolTString(getGlobalUniformBlockName()), blockQualifier); in growGlobalUniformBlock() local
DlinkValidate.cpp1752 int TIntermediate::getBlockSize(const TType& blockType) in getBlockSize()
DParseHelper.cpp7675 TType blockType(&typeList, *blockName, currentBlockQualifier); in declareBlock() local
8132 TType blockType(&typeList, identifier, qualifier);; in addQualifierToExisting() local
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderVars.h293 BlockType blockType; member
/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp2269 TType blockType(templateType.getWritableStruct(), "", templateType.getQualifier()); in acceptTextureBufferType() local
2365 TType blockType(blockStruct, "", templateType->getQualifier()); in acceptStructBufferType() local
DhlslParseHelper.cpp3327 TType blockType(blockStruct, "", counterType->getQualifier()); in counterBufferType() local
3344 TType blockType; in declareStructBufferCounter() local
8792 TType blockType(&typeList, interfaceName, type.getQualifier()); in declareBlock() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgram.cpp236 std::string GetInterfaceBlockLimitName(ShaderType shaderType, sh::BlockType blockType) in GetInterfaceBlockLimitName()
262 const char *GetInterfaceBlockTypeString(sh::BlockType blockType) in GetInterfaceBlockTypeString()
278 sh::BlockType blockType, in LogInterfaceBlocksExceedLimit()
289 sh::BlockType blockType, in ValidateInterfaceBlocksCount()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp1171 BlockType blockType, in BlockArrayIndexingCaseInstance()
1410 BlockType blockType, in BlockArrayIndexingCase()
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib2.cpp2047 AddrBlockType blockType) in IsBlockTypeAvaiable()
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
DDecode.java671 int blockType = readSymbol(s.blockTrees, 2 * treeType, s); in decodeBlockTypeAndLength() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp728 …Case (Context& context, const char* name, const char* description, BlockType blockType, IndexExprT… in BlockArrayIndexingCase()
/third_party/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.cpp2479 void visitInterfaceBlock(const InterfaceBlock& blockType, in writeGlobalInit()
/third_party/skia/third_party/externals/brotli/research/
Dbrotlidump.py1686 def blockType(self, kind): member in Layout
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h58871 blockType_e blockType; member