Home
last modified time | relevance | path

Searched defs:InterfaceBlock (Results 1 – 16 of 16) sorted by relevance

/external/angle/include/GLSLANG/
DShaderVars.h261 struct InterfaceBlock struct
266 InterfaceBlock &operator=(const InterfaceBlock &other); argument
277 bool isArray() const { return arraySize > 0; } in isArray()
278 unsigned int elementCount() const { return std::max(1u, arraySize); } in elementCount()
280 std::string name;
281 std::string mappedName;
282 std::string instanceName;
283 unsigned int arraySize;
284 BlockLayoutType layout;
288 bool isRowMajorLayout;
[all …]
/external/angle/src/libANGLE/
DUniform.h116 struct InterfaceBlock : public ShaderVariableBuffer struct
129 std::string name;
130 std::string mappedName;
131 bool isArray;
132 unsigned int arrayElement;
133 unsigned int firstFieldArraySize;
DUniform.cpp139 InterfaceBlock::InterfaceBlock() : isArray(false), arrayElement(0) {} in InterfaceBlock() function in gl::InterfaceBlock
141 InterfaceBlock::InterfaceBlock(const std::string &nameIn, in InterfaceBlock() function in gl::InterfaceBlock
/external/deqp/framework/opengl/
DgluVarType.hpp271 struct InterfaceBlock struct
275 glu::Layout layout;
276 Storage storage;
277 int memoryAccessQualifierFlags;
278 std::string interfaceName;
279 std::string instanceName;
280 std::vector<glu::VariableDeclaration> variables;
281 std::vector<int> dimensions;
DgluVarType.cpp287 InterfaceBlock::InterfaceBlock (void) in InterfaceBlock() function in glu::InterfaceBlock
/external/angle/src/compiler/translator/
DSymbolUniqueId.h53 InterfaceBlock enumerator
DShaderVars.cpp472 InterfaceBlock::InterfaceBlock() in InterfaceBlock() function in sh::InterfaceBlock
484 InterfaceBlock::InterfaceBlock(const InterfaceBlock &other) in InterfaceBlock() function in sh::InterfaceBlock
/external/skia/src/sksl/ir/
DSkSLInterfaceBlock.h34 InterfaceBlock(int line, in InterfaceBlock() function
/external/angle/src/compiler/translator/tree_util/
DDriverUniform.h30 InterfaceBlock, enumerator
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.h39 class InterfaceBlock; variable
DSkSLGLSLCodeGenerator.h34 class InterfaceBlock; variable
DSkSLMetalCodeGenerator.h36 class InterfaceBlock; variable
/external/skia/src/sksl/dsl/
DDSLCore.cpp235 static DSLGlobalVar InterfaceBlock(const DSLModifiers& modifiers, std::string_view typeName, in InterfaceBlock() function in SkSL::dsl::DSLCore
450 DSLGlobalVar InterfaceBlock(const DSLModifiers& modifiers, std::string_view typeName, in InterfaceBlock() function
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.hpp189 class InterfaceBlock class
DvktTransformFeedbackFuzzLayoutCase.cpp151 InterfaceBlock::InterfaceBlock (const std::string& blockName) in InterfaceBlock() function in vkt::TransformFeedback::InterfaceBlock
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTests.cpp339 class InterfaceBlock : public Node class
342 InterfaceBlock (const SharedPtr& enclosing, bool named) in InterfaceBlock() function in deqp::gles31::Functional::__anon8ccba6230111::ResourceDefinition::InterfaceBlock