Searched refs:allowed_flags (Results 1 – 6 of 6) sorted by relevance
57 unsigned allowed_flags = __DRI_CTX_FLAG_DEBUG | in dri_create_context() local67 allowed_flags |= __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS; in dri_create_context()71 if (ctx_config->flags & ~allowed_flags) { in dri_create_context()
450 const uint32_t allowed_flags = (__DRI_CTX_FLAG_DEBUG in driCreateContextAttribs() local454 if (ctx_config.flags & ~allowed_flags) { in driCreateContextAttribs()
859 uint32_t allowed_flags = __DRI_CTX_FLAG_DEBUG | in brwCreateContext() local864 allowed_flags |= __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS; in brwCreateContext()866 if (ctx_config->flags & ~allowed_flags) { in brwCreateContext()
766 const ast_type_qualifier &allowed_flags, in validate_flags() argument770 bad.flags.i = this->flags.i & ~allowed_flags.flags.i; in validate_flags()
826 const ast_type_qualifier &allowed_flags,
5087 …VkImageAspectFlags allowed_flags = (VK_IMAGE_ASPECT_PLANE_0_BIT_KHR | VK_IMAGE_ASPECT_PLANE_1_BIT_… in PreCallValidateGetImageSubresourceLayout() local5090 allowed_flags |= VK_IMAGE_ASPECT_PLANE_2_BIT_KHR; in PreCallValidateGetImageSubresourceLayout()5093 if (sub_aspect != (sub_aspect & allowed_flags)) { in PreCallValidateGetImageSubresourceLayout()