Searched refs:fMaxPushConstantsSize (Results 1 – 3 of 3) sorted by relevance
215 uint32_t maxPushConstantsSize() const { return fMaxPushConstantsSize; } in maxPushConstantsSize()602 uint32_t fMaxPushConstantsSize = 0; variable
438 fMaxPushConstantsSize = 0; in init()638 fMaxPushConstantsSize = std::min(properties.limits.maxPushConstantsSize, (uint32_t)INT_MAX); in initGrCaps()
337 fMaxPushConstantsSize = 4*1024;