Searched refs:vertex_attribute_formats (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_shader.h68 uint8_t vertex_attribute_formats[MAX_VERTEX_ATTRIBS]; member in struct:radv_vs_variant_key
H A Dradv_private.h374 uint8_t vertex_attribute_formats[MAX_VERTEX_ATTRIBS]; member in struct:radv_pipeline_key
H A Dradv_pipeline.c1905 key.vertex_attribute_formats[location] = data_format | (num_format << 4);
1984 keys[MESA_SHADER_VERTEX].vs.vertex_attribute_formats[i] = key->vertex_attribute_formats[i];
H A Dradv_nir_to_llvm.c2180 unsigned attrib_format = ctx->options->key.vs.vertex_attribute_formats[attrib_index];
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader.h67 uint8_t vertex_attribute_formats[MAX_VERTEX_ATTRIBS]; member in struct:radv_pipeline_key::__anonc0b8b2d60108
H A Dradv_nir_to_llvm.c687 unsigned attrib_format = ctx->args->options->key.vs.vertex_attribute_formats[attrib_index];
H A Dradv_pipeline.c2629 key.vs.vertex_attribute_formats[location] = data_format | (num_format << 4);
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection_setup.cpp403 unsigned attrib_format = ctx->options->key.vs.vertex_attribute_formats[i];
H A Daco_instruction_selection.cpp5047 unsigned attrib_format = ctx->options->key.vs.vertex_attribute_formats[location];

Completed in 93 milliseconds