Searched refs:attribute_mask (Results 1 – 11 of 11) sorted by relevance
79 if (ctx_config->attribute_mask & ~allowed_attribs) { in dri_create_context()118 if (ctx_config->attribute_mask & __DRIVER_CONTEXT_ATTRIB_RESET_STRATEGY) in dri_create_context()125 if (ctx_config->attribute_mask & __DRIVER_CONTEXT_ATTRIB_PRIORITY) { in dri_create_context()138 if ((ctx_config->attribute_mask & __DRIVER_CONTEXT_ATTRIB_RELEASE_BEHAVIOR) in dri_create_context()
317 ctx_config.attribute_mask = 0; in driCreateContextAttribs()359 ctx_config.attribute_mask |= in driCreateContextAttribs()363 ctx_config.attribute_mask &= in driCreateContextAttribs()368 ctx_config.attribute_mask |= __DRIVER_CONTEXT_ATTRIB_PRIORITY; in driCreateContextAttribs()373 ctx_config.attribute_mask |= in driCreateContextAttribs()377 ctx_config.attribute_mask &= in driCreateContextAttribs()
94 uint32_t attribute_mask; member
160 if (ctx_config->attribute_mask) { in r100CreateContext()
195 if (ctx_config->attribute_mask) { in r200CreateContext()
68 if (ctx_config->attribute_mask) { in nouveau_context_create()
986 if (ctx_config->attribute_mask & in brw_create_context()994 ((ctx_config->attribute_mask & __DRIVER_CONTEXT_ATTRIB_RESET_STRATEGY) && in brw_create_context()1109 if (ctx_config->attribute_mask & __DRIVER_CONTEXT_ATTRIB_PRIORITY) { in brw_create_context()
362 uint32_t attribute_mask; member
2748 uint32_t attribute_mask = BITFIELD_MASK(num_attributes); in lookup_vs_prolog() local2750 uint32_t instance_rate_inputs = state->instance_rate_inputs & attribute_mask; in lookup_vs_prolog()2751 *nontrivial_divisors = state->nontrivial_divisors & attribute_mask; in lookup_vs_prolog()2813 if (state->post_shuffle & attribute_mask) { in lookup_vs_prolog()2815 key_words[key_size++] = state->post_shuffle & attribute_mask; in lookup_vs_prolog()2818 if (state->alpha_adjust_lo & attribute_mask) { in lookup_vs_prolog()2820 key_words[key_size++] = state->alpha_adjust_lo & attribute_mask; in lookup_vs_prolog()2822 if (state->alpha_adjust_hi & attribute_mask) { in lookup_vs_prolog()2824 key_words[key_size++] = state->alpha_adjust_hi & attribute_mask; in lookup_vs_prolog()5481 state->attribute_mask |= 1u << loc; in radv_CmdSetVertexInputEXT()
2705 state.attribute_mask = BITFIELD_MASK(i); in radv_device_init_vs_prologs()2717 state.attribute_mask = BITFIELD_MASK(num_attributes); in radv_device_init_vs_prologs()
989 if (ctx_config->attribute_mask) { in intelCreateContext()