Home
last modified time | relevance | path

Searched refs:attrib_format (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
Dglthread_varray.c389 attrib_format(struct glthread_state *glthread, struct glthread_vao *vao, in attrib_format() function
409 attrib_format(glthread, glthread->CurrentVAO, attribindex, size, type, in _mesa_glthread_AttribFormat()
422 attrib_format(glthread, vao, attribindex, size, type, relativeoffset); in _mesa_glthread_DSAAttribFormat()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection_setup.cpp597 unsigned attrib_format = ctx->options->key.vs.vertex_attribute_formats[i]; in init_context() local
598 unsigned dfmt = attrib_format & 0xf; in init_context()
599 unsigned nfmt = (attrib_format >> 4) & 0x7; in init_context()
Daco_instruction_selection.cpp4666 unsigned attrib_format = ctx->options->key.vs.vertex_attribute_formats[location]; in visit_load_input() local
4669 unsigned dfmt = attrib_format & 0xf; in visit_load_input()
4670 unsigned nfmt = (attrib_format >> 4) & 0x7; in visit_load_input()
/external/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c1127 unsigned attrib_format = ctx->args->options->key.vs.vertex_attribute_formats[attrib_index]; in handle_vs_input_decl() local
1128 unsigned data_format = attrib_format & 0x0f; in handle_vs_input_decl()
1129 unsigned num_format = (attrib_format >> 4) & 0x07; in handle_vs_input_decl()