Searched refs:vertex_attribute_formats (Results 1 – 6 of 6) sorted by relevance
71 uint8_t vertex_attribute_formats[MAX_VERTEX_ATTRIBS]; member
2491 key.vertex_attribute_formats[location] = data_format | (num_format << 4); in radv_generate_graphics_pipeline_key()2606 keys[MESA_SHADER_VERTEX].vs.vertex_attribute_formats[i] = key->vertex_attribute_formats[i]; in radv_fill_shader_keys()
392 uint8_t vertex_attribute_formats[MAX_VERTEX_ATTRIBS]; member
1127 unsigned attrib_format = ctx->args->options->key.vs.vertex_attribute_formats[attrib_index]; in handle_vs_input_decl()
597 unsigned attrib_format = ctx->options->key.vs.vertex_attribute_formats[i]; in init_context()
4666 unsigned attrib_format = ctx->options->key.vs.vertex_attribute_formats[location]; in visit_load_input()