Home
last modified time | relevance | path

Searched refs:mStructureHLSL (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DOutputHLSL.cpp366 mStructureHLSL = new StructureHLSL; in OutputHLSL()
374 mResourcesHLSL = new ResourcesHLSL(mStructureHLSL, outputType, compileOptions, uniforms, in OutputHLSL()
396 SafeDelete(mStructureHLSL); in ~OutputHLSL()
659 out << mStructureHLSL->structsHeader(); in header()
3312 constructorName = mStructureHLSL->addStructConstructor(*node->getType().getStruct()); in outputConstructor()
3317 mStructureHLSL->addBuiltInConstructor(node->getType(), node->getSequence()); in outputConstructor()
3342 out << mStructureHLSL->addStructConstructor(*structure) << "("; in writeConstantUnion()
3640 mStructureHLSL->ensureStructDefined(*structure); in ensureStructDefined()
DResourcesHLSL.h139 StructureHLSL *mStructureHLSL; variable
DResourcesHLSL.cpp119 mStructureHLSL(structureHLSL), in ResourcesHLSL()
848 Std140PaddingHelper padHelper = mStructureHLSL->getPaddingHelper(); in uniformBlockMembersString()
DOutputHLSL.h186 StructureHLSL *mStructureHLSL; variable