Searched refs:fMaxPushConstantsSize (Results 1 – 3 of 3) sorted by relevance
211 uint32_t maxPushConstantsSize() const { return fMaxPushConstantsSize; } in maxPushConstantsSize()571 uint32_t fMaxPushConstantsSize = 0; variable
432 fMaxPushConstantsSize = 0; in init()639 fMaxPushConstantsSize = std::min(properties.limits.maxPushConstantsSize, (uint32_t)INT_MAX); in initGrCaps()
297 fMaxPushConstantsSize = 4*1024;