Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_shader.h71 uint8_t vertex_attribute_formats[MAX_VERTEX_ATTRIBS]; member
Dradv_pipeline.c2491 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()
Dradv_private.h392 uint8_t vertex_attribute_formats[MAX_VERTEX_ATTRIBS]; member
Dradv_nir_to_llvm.c1127 unsigned attrib_format = ctx->args->options->key.vs.vertex_attribute_formats[attrib_index]; in handle_vs_input_decl()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection_setup.cpp597 unsigned attrib_format = ctx->options->key.vs.vertex_attribute_formats[i]; in init_context()
Daco_instruction_selection.cpp4666 unsigned attrib_format = ctx->options->key.vs.vertex_attribute_formats[location]; in visit_load_input()