Home
last modified time | relevance | path

Searched refs:fPushConstant (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/sksl/ir/
DSkSLLayout.h115 , fPushConstant(pushconstant) in Layout()
134 , fPushConstant(false) in Layout()
187 if (fPushConstant) { in description()
289 bool fPushConstant; member
/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp1678 ASSERT(!modifiers.fLayout.fPushConstant); in get_storage_class()
1681 ASSERT(!modifiers.fLayout.fPushConstant); in get_storage_class()
1684 if (modifiers.fLayout.fPushConstant) { in get_storage_class()
2691 MemoryLayout layout = (intf.fVariable.fModifiers.fLayout.fPushConstant || isBuffer) ? in writeInterfaceBlock()