Searched refs:vertex_attribute_strides (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_shader.h71 uint32_t vertex_attribute_strides[MAX_VERTEX_ATTRIBS]; member in struct:radv_vs_variant_key
H A Dradv_private.h377 uint32_t vertex_attribute_strides[MAX_VERTEX_ATTRIBS]; member in struct:radv_pipeline_key
H A Dradv_pipeline.c1908 key.vertex_attribute_strides[location] = radv_get_attrib_stride(input_state, desc->binding);
1987 keys[MESA_SHADER_VERTEX].vs.vertex_attribute_strides[i] = key->vertex_attribute_strides[i];
H A Dradv_nir_to_llvm.c2220 unsigned attrib_stride = ctx->options->key.vs.vertex_attribute_strides[attrib_index];
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader.h70 uint32_t vertex_attribute_strides[MAX_VERTEX_ATTRIBS]; member in struct:radv_pipeline_key::__anonc0b8b2d60108
H A Dradv_nir_to_llvm.c723 unsigned attrib_stride = ctx->args->options->key.vs.vertex_attribute_strides[attrib_index];
H A Dradv_pipeline.c2660 key.vs.vertex_attribute_strides[location] =
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp5046 uint32_t attrib_stride = ctx->options->key.vs.vertex_attribute_strides[location];

Completed in 50 milliseconds