Home
last modified time | relevance | path

Searched refs:allowed_flags (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/dri/
Ddri_context.c59 unsigned allowed_flags = __DRI_CTX_FLAG_DEBUG | in dri_create_context() local
63 allowed_flags |= __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS; in dri_create_context()
65 if (flags & ~allowed_flags) { in dri_create_context()
/external/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.c424 const uint32_t allowed_flags = (__DRI_CTX_FLAG_DEBUG in driCreateContextAttribs() local
427 if (flags & ~allowed_flags) { in driCreateContextAttribs()
/external/mesa3d/src/compiler/glsl/
Dast_type.cpp709 const ast_type_qualifier &allowed_flags, in validate_flags() argument
713 bad.flags.i = this->flags.i & ~allowed_flags.flags.i; in validate_flags()
Dast.h802 const ast_type_qualifier &allowed_flags,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c947 uint32_t allowed_flags = __DRI_CTX_FLAG_DEBUG in brwCreateContext() local
951 allowed_flags |= __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS; in brwCreateContext()
953 if (flags & ~allowed_flags) { in brwCreateContext()
/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp4159 …VkImageAspectFlags allowed_flags = (VK_IMAGE_ASPECT_PLANE_0_BIT_KHR | VK_IMAGE_ASPECT_PLANE_1_BIT_… in PreCallValidateGetImageSubresourceLayout() local
4162 allowed_flags |= VK_IMAGE_ASPECT_PLANE_2_BIT_KHR; in PreCallValidateGetImageSubresourceLayout()
4165 if (sub_aspect != (sub_aspect & allowed_flags)) { in PreCallValidateGetImageSubresourceLayout()