Home
last modified time | relevance | path

Searched refs:getHLSLBufferLayoutType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.h161 getHLSLBufferLayoutType(const RecordType *LayoutStructTy);
H A DHLSLBufferLayoutBuilder.cpp74 CGM.getHLSLRuntime().getHLSLBufferLayoutType(RT)) in createLayoutType()
H A DCGHLSLRuntime.cpp283 CGHLSLRuntime::getHLSLBufferLayoutType(const RecordType *StructType) { in getHLSLBufferLayoutType() function in CGHLSLRuntime
292 assert(getHLSLBufferLayoutType(StructType) == nullptr && in addHLSLBufferLayoutType()