/external/skqp/src/sksl/ir/ |
D | SkSLInterfaceBlock.h | 27 struct InterfaceBlock : public ProgramElement { struct 28 InterfaceBlock(int offset, const Variable* var, String typeName, String instanceName, in InterfaceBlock() function 43 return std::unique_ptr<ProgramElement>(new InterfaceBlock(fOffset, &fVariable, fTypeName, in clone() argument 49 String description() const override { in description() 72 const Variable& fVariable; 73 const String fTypeName; 74 const String fInstanceName; 75 std::vector<std::unique_ptr<Expression>> fSizes; 76 const std::shared_ptr<SymbolTable> fTypeOwner; 78 typedef ProgramElement INHERITED;
|
/external/angle/include/GLSLANG/ |
D | ShaderVars.h | 255 struct InterfaceBlock struct 260 InterfaceBlock &operator=(const InterfaceBlock &other); argument 271 bool isArray() const { return arraySize > 0; } in isArray() 272 unsigned int elementCount() const { return std::max(1u, arraySize); } in elementCount() 274 std::string name; 275 std::string mappedName; 276 std::string instanceName; 277 unsigned int arraySize; 278 BlockLayoutType layout; 282 bool isRowMajorLayout; [all …]
|
/external/angle/src/libANGLE/ |
D | Uniform.h | 115 struct InterfaceBlock : public ShaderVariableBuffer struct 128 std::string name; 129 std::string mappedName; 130 bool isArray; 131 unsigned int arrayElement; 132 unsigned int firstFieldArraySize;
|
D | Uniform.cpp | 131 InterfaceBlock::InterfaceBlock() : isArray(false), arrayElement(0) {} in InterfaceBlock() function in gl::InterfaceBlock 133 InterfaceBlock::InterfaceBlock(const std::string &nameIn, in InterfaceBlock() function in gl::InterfaceBlock
|
/external/deqp/framework/opengl/ |
D | gluVarType.hpp | 271 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;
|
D | gluVarType.cpp | 287 InterfaceBlock::InterfaceBlock (void) in InterfaceBlock() function in glu::InterfaceBlock
|
/external/angle/src/compiler/translator/ |
D | SymbolUniqueId.h | 53 InterfaceBlock enumerator
|
D | ShaderVars.cpp | 472 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/ |
D | SkSLInterfaceBlock.h | 33 InterfaceBlock(int offset, const Variable* var, String typeName, String instanceName, in InterfaceBlock() function
|
/external/angle/src/compiler/translator/tree_util/ |
D | DriverUniform.h | 30 InterfaceBlock, enumerator
|
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackFuzzLayoutCase.hpp | 189 class InterfaceBlock class
|
D | vktTransformFeedbackFuzzLayoutCase.cpp | 151 InterfaceBlock::InterfaceBlock (const std::string& blockName) in InterfaceBlock() function in vkt::TransformFeedback::InterfaceBlock
|
/external/llvm-project/flang/include/flang/Parser/ |
D | parse-tree.h | 3096 struct InterfaceBlock { struct 3100 t;
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceQueryTests.cpp | 339 class InterfaceBlock : public Node class 342 InterfaceBlock (const SharedPtr& enclosing, bool named) in InterfaceBlock() function in deqp::gles31::Functional::__anon3065ecfe0111::ResourceDefinition::InterfaceBlock
|