HomeSort by relevance Sort by last modified time
    Searched defs:structType (Results 1 - 22 of 22) sorted by null

  /device/generic/goldfish-opengl/system/vulkan_enc/
goldfish_vk_extension_structs_guest.cpp 299 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension);
300 switch(structType)
goldfish_vk_deepcopy_guest.cpp     [all...]
goldfish_vk_handlemap_guest.cpp     [all...]
goldfish_vk_marshaling_guest.cpp     [all...]
goldfish_vk_transform_guest.cpp     [all...]
  /external/skia/src/sksl/ir/
SkSLInterfaceBlock.h 51 const Type* structType = &fVariable.fType;
52 while (structType->kind() == Type::kArray_Kind) {
53 structType = &structType->componentType();
55 for (const auto& f : structType->fields()) {
  /external/skqp/src/sksl/ir/
SkSLInterfaceBlock.h 51 const Type* structType = &fVariable.fType;
52 while (structType->kind() == Type::kArray_Kind) {
53 structType = &structType->componentType();
55 for (const auto& f : structType->fields()) {
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktRandomUniformBlockCase.cpp 178 StructType& structType = m_interface.allocStruct(std::string("s") + genName('A', 'Z', m_structNdx));
189 structType.addMember(std::string("m") + (char)('A' + ndx), memberTypes[ndx], flags);
192 return VarType(&structType, m_shuffleUniformMembers ? static_cast<deUint32>(LAYOUT_OFFSET) : 0u);
  /external/deqp/modules/glshared/
glsRandomUniformBlockCase.cpp 173 StructType& structType = m_interface.allocStruct((string("s") + genName('A', 'Z', m_structNdx)).c_str());
184 structType.addMember((string("m") + (char)('A' + ndx)).c_str(), memberTypes[ndx], flags);
187 return VarType(&structType);
  /external/swiftshader/src/Pipeline/
SpirvShader.cpp 214 auto &structType = getType(pointeeType).definition;
219 auto &memberType = getType(structType.word(word));
  /external/skia/src/sksl/
SkSLGLSLCodeGenerator.cpp     [all...]
SkSLMetalCodeGenerator.cpp     [all...]
  /external/skqp/src/sksl/
SkSLGLSLCodeGenerator.cpp     [all...]
SkSLMetalCodeGenerator.cpp     [all...]
  /external/deqp/external/openglcts/modules/common/
glcUniformBlockTests.cpp 221 StructType& structType = m_interface.allocStruct((string("s") + genName('A', 'Z', m_structNdx)).c_str());
232 structType.addMember((string("m") + (char)('A' + ndx)).c_str(), memberTypes[ndx], flags);
235 return VarType(&structType);
342 StructType& typeS = m_interface.allocStruct("S");
377 StructType& typeS = m_interface.allocStruct("S");
414 StructType& typeS = m_interface.allocStruct("S");
419 StructType& typeT = m_interface.allocStruct("T");
456 StructType& typeS = m_interface.allocStruct("S");
461 StructType& typeT = m_interface.allocStruct("T")
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUserDefinedIO.cpp 136 const glu::StructType& structType = *rootType.getStructPtr();
137 const int numMembers = structType.getNumMembers();
142 const glu::StructMember& member = structType.getMember(membNdx);
230 const glu::StructType& structType = *type.getStructPtr();
232 for (int i = 0; i < structType.getNumMembers(); ++i)
233 result += numBasicSubobjects(structType.getMember(i).getType());
443 std::vector<glu::StructType> m_structTypes;
486 m_structTypes.push_back(glu::StructType("S"))
    [all...]
  /external/deqp/framework/opengl/
gluVarType.hpp 36 class StructType;
55 explicit VarType (const StructType* structPtr); //!< Struct type constructor.
68 const StructType* getStructPtr (void) const { DE_ASSERT(isStructType()); return m_data.structPtr; }
110 const StructType* structPtr;
140 class StructType
146 StructType (const char* typeName) : m_typeName(typeName) {}
147 ~StructType (void) {}
162 bool operator== (const StructType& other) const;
163 bool operator!= (const StructType& other) const;
296 DeclareStructTypePtr (const StructType* structPtr_, int indentLevel_) : structPtr(structPtr_), indentLevel(indentLevel_) {
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutTests.cpp 43 using glu::StructType;
236 glu::StructType& structType = m_interface.allocStruct((string("s") + genName('A', 'Z', m_structNdx)).c_str());
242 structType.addMember((string("m") + (char)('A' + ndx)).c_str(), memberTypes[ndx]);
245 return glu::VarType(&structType);
363 StructType& typeS = m_interface.allocStruct("S");
396 StructType& typeS = m_interface.allocStruct("S");
431 StructType& typeS = m_interface.allocStruct("S");
436 StructType& typeT = m_interface.allocStruct("T");
471 StructType& typeS = m_interface.allocStruct("S")
    [all...]
es31fProgramUniformTests.cpp 65 using glu::StructType;
227 const StructType& structType = *type.getStructPtr();
228 for (int i = 0; i < structType.getNumMembers(); i++)
229 if (typeContainsMatchingBasicType(structType.getMember(i).getType(), predicate))
248 const StructType& structType = *type.getStructPtr();
249 for (int i = 0; i < structType.getNumMembers(); i++)
250 getDistinctSamplerTypes(dst, structType.getMember(i).getType());
263 const StructType& structType = *type.getStructPtr()
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutTests.cpp 56 using glu::StructType;
256 glu::StructType& structType = m_interface.allocStruct((string("s") + genName('A', 'Z', m_structNdx)).c_str());
262 structType.addMember((string("m") + (char)('A' + ndx)).c_str(), memberTypes[ndx]);
265 return glu::VarType(&structType);
458 StructType& typeS = m_interface.allocStruct("S");
489 StructType& typeS = m_interface.allocStruct("S");
522 StructType& typeS = m_interface.allocStruct("S");
527 StructType& typeT = m_interface.allocStruct("T");
560 StructType& typeS = m_interface.allocStruct("S")
    [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 64 using glu::StructType;
163 const StructType& structType = *type.getStructPtr();
164 for (int i = 0; i < structType.getNumMembers(); i++)
165 if (typeContainsMatchingBasicType(structType.getMember(i).getType(), predicate))
184 const StructType& structType = *type.getStructPtr();
185 for (int i = 0; i < structType.getNumMembers(); i++)
186 getDistinctSamplerTypes(dst, structType.getMember(i).getType());
199 const StructType& structType = *type.getStructPtr()
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 64 using glu::StructType;
223 const StructType& structType = *type.getStructPtr();
224 for (int i = 0; i < structType.getNumMembers(); i++)
225 if (typeContainsMatchingBasicType(structType.getMember(i).getType(), predicate))
244 const StructType& structType = *type.getStructPtr();
245 for (int i = 0; i < structType.getNumMembers(); i++)
246 getDistinctSamplerTypes(dst, structType.getMember(i).getType());
259 const StructType& structType = *type.getStructPtr()
    [all...]

Completed in 1691 milliseconds