Searched refs:attrib_format (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | glthread_varray.c | 389 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/ |
D | aco_instruction_selection_setup.cpp | 597 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()
|
D | aco_instruction_selection.cpp | 4666 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/ |
D | radv_nir_to_llvm.c | 1127 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()
|