Lines Matching refs:isProtected
361 VkPhysicalDeviceFeatures2* features, bool isProtected) {
368 // If |isProtected| is given, attach that first
370 if (isProtected) {
414 if (isProtected) {
430 bool isProtected) {
445 if (isProtected && instanceVersion < VK_MAKE_VERSION(1, 1, 0)) {
577 if (isProtected && physDeviceVersion < VK_MAKE_VERSION(1, 1, 0)) {
698 isProtected)) {
714 VkDeviceQueueCreateFlags flags = isProtected ? VK_DEVICE_QUEUE_CREATE_PROTECTED_BIT : 0;
766 if (isProtected) {
791 ctx->fProtectedContext = isProtected ? GrProtected::kYes : GrProtected::kNo;