HomeSort by relevance Sort by last modified time
    Searched refs:allowed_flags (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/state_trackers/dri/
dri_context.c 57 unsigned allowed_flags = __DRI_CTX_FLAG_DEBUG | local
67 allowed_flags |= __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS;
71 if (ctx_config->flags & ~allowed_flags) {
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.c 450 const uint32_t allowed_flags = (__DRI_CTX_FLAG_DEBUG local
454 if (ctx_config.flags & ~allowed_flags) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.c 859 uint32_t allowed_flags = __DRI_CTX_FLAG_DEBUG | local
864 allowed_flags |= __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS;
    [all...]
  /external/mesa3d/src/compiler/glsl/
ast_type.cpp 761 * \param allowed_flags A list of valid flags.
766 const ast_type_qualifier &allowed_flags,
770 bad.flags.i = this->flags.i & ~allowed_flags.flags.i;
    [all...]
ast.h 826 const ast_type_qualifier &allowed_flags,
    [all...]
  /external/vulkan-validation-layers/layers/
buffer_validation.cpp 5087 VkImageAspectFlags allowed_flags = (VK_IMAGE_ASPECT_PLANE_0_BIT_KHR | VK_IMAGE_ASPECT_PLANE_1_BIT_KHR); local
    [all...]

Completed in 1438 milliseconds