Home
last modified time | relevance | path

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

/external/skia/src/sksl/ir/
DSkSLLayout.h106 , fPushConstant(pushconstant) in Layout()
123 , fPushConstant(false) in Layout()
175 if (fPushConstant) { in description()
261 bool fPushConstant; member
/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp1631 ASSERT(!modifiers.fLayout.fPushConstant); in get_storage_class()
1634 ASSERT(!modifiers.fLayout.fPushConstant); in get_storage_class()
1637 if (modifiers.fLayout.fPushConstant) { in get_storage_class()
2521 MemoryLayout layout = intf.fVariable.fModifiers.fLayout.fPushConstant ? in writeInterfaceBlock()