Home
last modified time | relevance | path

Searched refs:attribute_mask (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_context.c79 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()
/third_party/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.c317 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()
Ddri_util.h94 uint32_t attribute_mask; member
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_context.c160 if (ctx_config->attribute_mask) { in r100CreateContext()
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_context.c195 if (ctx_config->attribute_mask) { in r200CreateContext()
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.c68 if (ctx_config->attribute_mask) { in nouveau_context_create()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c986 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()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.h362 uint32_t attribute_mask; member
Dradv_cmd_buffer.c2748 uint32_t attribute_mask = BITFIELD_MASK(num_attributes); in lookup_vs_prolog() local
2750 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()
Dradv_device.c2705 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()
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_screen.c989 if (ctx_config->attribute_mask) { in intelCreateContext()