Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_shader_info.h164 uint8_t vertex_attribute_formats[ACO_MAX_VERTEX_ATTRIBS]; member
Daco_instruction_selection_setup.cpp418 unsigned attrib_format = ctx->options->key.vs.vertex_attribute_formats[i]; in init_context()
Daco_instruction_selection.cpp5499 unsigned attrib_format = ctx->options->key.vs.vertex_attribute_formats[location]; in visit_load_input()
/third_party/mesa3d/src/amd/vulkan/
Dradv_aco_shader_info.h144 ASSIGN_FIELD_CP(vs.vertex_attribute_formats); in radv_aco_convert_pipe_key()
Dradv_shader.h76 uint8_t vertex_attribute_formats[MAX_VERTEX_ATTRIBS]; member
Dradv_pipeline.c1545 info.vertex_attribute_formats[location] = data_format | (num_format << 4); in radv_pipeline_init_vertex_input_info()
3323 key.vs.vertex_attribute_formats[i] = info->vi.vertex_attribute_formats[i]; in radv_generate_graphics_pipeline_key()
4211 unsigned attrib_format = pipeline_key->vs.vertex_attribute_formats[location]; in radv_lower_vs_input()
Dradv_nir_to_llvm.c397 unsigned attrib_format = ctx->options->key.vs.vertex_attribute_formats[attrib_index]; in load_vs_input()
Dradv_private.h1952 uint8_t vertex_attribute_formats[MAX_VERTEX_ATTRIBS]; member