Home
last modified time | relevance | path

Searched refs:vertex_attribute_offsets (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_shader.h73 uint32_t vertex_attribute_offsets[MAX_VERTEX_ATTRIBS]; member
Dradv_pipeline.c2493 key.vertex_attribute_offsets[location] = desc->offset; in radv_generate_graphics_pipeline_key()
2608 keys[MESA_SHADER_VERTEX].vs.vertex_attribute_offsets[i] = key->vertex_attribute_offsets[i]; in radv_fill_shader_keys()
Dradv_private.h394 uint32_t vertex_attribute_offsets[MAX_VERTEX_ATTRIBS]; member
Dradv_nir_to_llvm.c1171 unsigned attrib_offset = ctx->args->options->key.vs.vertex_attribute_offsets[attrib_index]; in handle_vs_input_decl()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp4664 uint32_t attrib_offset = ctx->options->key.vs.vertex_attribute_offsets[location]; in visit_load_input()