Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/dri/
Ddri_context.c59 unsigned allowed_flags = __DRI_CTX_FLAG_DEBUG | in dri_create_context() local
70 allowed_flags |= __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS; in dri_create_context()
74 if (ctx_config->flags & ~allowed_flags) { in dri_create_context()
/external/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.c453 const uint32_t allowed_flags = (__DRI_CTX_FLAG_DEBUG in driCreateContextAttribs() local
457 if (ctx_config.flags & ~allowed_flags) { in driCreateContextAttribs()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c952 uint32_t allowed_flags = __DRI_CTX_FLAG_DEBUG | in brwCreateContext() local
957 allowed_flags |= __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS; in brwCreateContext()
959 if (ctx_config->flags & ~allowed_flags) { in brwCreateContext()
/external/mesa3d/src/compiler/glsl/
Dast_type.cpp826 const ast_type_qualifier &allowed_flags, in validate_flags() argument
830 bad.flags.i = this->flags.i & ~allowed_flags.flags.i; in validate_flags()
Dast.h870 const ast_type_qualifier &allowed_flags,
/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp5189 …VkImageAspectFlags allowed_flags = (VK_IMAGE_ASPECT_PLANE_0_BIT_KHR | VK_IMAGE_ASPECT_PLANE_1_BIT_… in PreCallValidateGetImageSubresourceLayout() local
5192 allowed_flags |= VK_IMAGE_ASPECT_PLANE_2_BIT_KHR; in PreCallValidateGetImageSubresourceLayout()
5195 if (sub_aspect != (sub_aspect & allowed_flags)) { in PreCallValidateGetImageSubresourceLayout()