Searched refs:decl_type (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_pipe_vertex.c | 137 velems->decl_type[i] = 219 velems->decl_type[i] = translate_vertex_format_to_decltype(f); 220 if (velems->decl_type[i] == SVGA3D_DECLTYPE_MAX) {
|
| H A D | svga_state_vdecl.c | 102 decls[i].identity.type = svga->curr.velems->decl_type[i];
|
| H A D | svga_context.h | 237 SVGA3dDeclType decl_type[PIPE_MAX_ATTRIBS]; /**< vertex attrib formats */ member in struct:svga_velems_state
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_pipe_vertex.c | 140 velems->decl_type[i] = 216 velems->decl_type[i] = translate_vertex_format_to_decltype(f); 217 if (velems->decl_type[i] == SVGA3D_DECLTYPE_MAX) {
|
| H A D | svga_state_vdecl.c | 102 decls[i].identity.type = svga->curr.velems->decl_type[i];
|
| H A D | svga_context.h | 243 SVGA3dDeclType decl_type[PIPE_MAX_ATTRIBS]; /**< vertex attrib formats */ member in struct:svga_velems_state
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/ |
| H A D | helpers.h | 46 QoShaderDeclType decl_type; member in struct:QoShaderDecl
|
| H A D | glsl_scraper.py | 122 decl_type = [k for k, v in res.items() if k.startswith('type_')][0][5:] 128 (name, data_type, decl_type, location, component, binding, desc_set))
|
| H A D | helpers.cpp | 477 switch (decl->decl_type) { 513 switch (decl->decl_type) {
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | ast_to_hir.cpp | 4931 const struct glsl_type *decl_type; local in function:ast_declarator_list::hir 5106 decl_type = this->type->glsl_type(& type_name, state); 5114 if (type->qualifier.flags.q.buffer && !decl_type->is_interface()) { 5124 if (decl_type && decl_type->contains_atomic()) { 5167 * Note that if decl_type is NULL and there is a structure involved, 5173 assert(this->type->specifier->structure == NULL || decl_type != NULL 5176 if (decl_type == NULL) { 5181 if (decl_type->is_array()) { 5189 if (state->es_shader && decl_type 7415 const glsl_type *decl_type = local in function:ast_process_struct_or_iface_block_members [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | ast_to_hir.cpp | 4831 const struct glsl_type *decl_type; local in function:ast_declarator_list::hir 4931 decl_type = this->type->glsl_type(& type_name, state); 4939 if (type->qualifier.flags.q.buffer && !decl_type->is_interface()) { 4949 if (decl_type && decl_type->contains_atomic()) { 4992 * Note that if decl_type is NULL and there is a structure involved, 4998 assert(this->type->specifier->structure == NULL || decl_type != NULL 5001 if (decl_type == NULL) { 5006 if (decl_type->is_array()) { 5014 if (state->es_shader && decl_type 7176 const glsl_type *decl_type = local in function:ast_process_struct_or_iface_block_members [all...] |
Completed in 24 milliseconds