| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/valhall/ |
| test-assembly.py | 63 cases = f.read().split('\n') 64 cases = [x for x in cases if len(x) > 0 and x[0] != '#'] 66 for case in cases: 71 cases = f.read().split('\n') variable 72 cases = [x for x in cases if len(x) > 0] variable 74 for case in cases:
|
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| 09-autohint-if-no-hinting.conf | 12 in both cases so that most clients would takes a look at the first place only.
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/isaspec/ |
| decode.h | 60 * For bitset fields, there are some cases where we want to "remap" field 116 * A bitset consists of N "cases", with the last one (with case->expr==NULL) 119 * When resolving a field, display template string, etc, all the cases with 146 const struct isa_case *cases[]; member in struct:isa_bitset
|
| encode.py | 34 # In the xml, we can have multiple override cases per bitset, 89 # resolving the various cases for encoding a given 92 for case in bitset.cases: 162 for case in bitset.cases: 178 for case in bitset.cases: 221 for case in bitset.cases: 275 # different cases, this just blindly picks the last one. 281 for case in bitset.cases:
|
| isa.py | 186 self.name = bitset.name + '#case' + str(len(bitset.cases)) 283 self.cases = [] 311 self.cases.append(c) 314 self.cases.append(dflt) 465 for case in bitset.cases:
|
| decode.c | 365 const struct isa_case *c = bitset->cases[i]; 423 const struct isa_case *c = bitset->cases[i];
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| vtn_cfg.c | 288 /* This function performs a depth-first search of the cases and puts them 313 list_add(&cse->node.link, &swtch->cases); 320 struct list_head cases; local 321 list_replace(&swtch->cases, &cases); 322 list_inithead(&swtch->cases); 323 while (!list_is_empty(&cases)) { 325 list_first_entry(&cases, struct vtn_case, node.link); 371 /* When it comes to handling switch cases, we can break calls to 372 * vtn_handle_branch into two cases: calls from within a case construc 1306 struct list_head cases; local [all...] |
| vtn_private.h | 213 /* Initialized to false; used when sorting the list of cases */ 222 struct list_head cases; member in struct:vtn_switch
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| vtn_cfg.c | 398 /* Don't create dummy cases that just break */ 412 list_addtail(&c->link, &swtch->cases); 424 /* This function performs a depth-first search of the cases and puts them 449 list_add(&cse->link, &swtch->cases); 507 * tries to handle this loop goes to the cases below and gets 655 list_inithead(&swtch->cases); 659 /* First, we go through and record all of the cases. */ 698 list_for_each_entry(struct vtn_case, cse, &swtch->cases, link) { 704 /* Finally, we walk over all of the cases one more time and put 859 list_for_each_entry(struct vtn_case, other, &swtch->cases, link) [all...] |
| vtn_private.h | 191 /* Initialized to false; used when sorting the list of cases */ 200 struct list_head cases; member in struct:vtn_switch
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| MESA_query_renderer.spec | 47 There are also cases where more than one renderer may be available per 49 a software based implementation. There are cases where an application
|
| MESA_texture_array.spec | 45 cases the selected textures may vary on a per-fragment basis within
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| MESA_query_renderer.spec | 47 There are also cases where more than one renderer may be available per 49 a software based implementation. There are cases where an application
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/ |
| xorgconf.cpp | 382 # The chipset line is optional in most cases. It can be used to override 388 # detection code. In most cases they are not needed.
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ |
| xorgconf.cpp | 388 # The chipset line is optional in most cases. It can be used to override 394 # detection code. In most cases they are not needed.
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/lib/ |
| gk110.asm | 109 // mean that it's > 0x7fd in those cases when doing unsigned comparison 195 // or <= 0 (denorm). Those cases will be handled respectively below 248 // Before getting initial result rsqrt64h, two special cases should be
|
| gm107.asm | 123 // mean that it's > 0x7fd in those cases when doing unsigned comparison 222 // or <= 0 (denorm). Those cases will be handled respectively below 279 // Before getting initial result rsqrt64h, two special cases should be
|
| gk104.asm | 567 // mean that it's > 0x7fd in those cases when doing unsigned comparison 653 // or <= 0 (denorm). Those cases will be handled respectively below 707 // Before getting initial result rsqrt64h, two special cases should be
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/lib/ |
| gk110.asm | 109 // mean that it's > 0x7fd in those cases when doing unsigned comparison 195 // or <= 0 (denorm). Those cases will be handled respectively below 248 // Before getting initial result rsqrt64h, two special cases should be
|
| gm107.asm | 123 // mean that it's > 0x7fd in those cases when doing unsigned comparison 222 // or <= 0 (denorm). Those cases will be handled respectively below 279 // Before getting initial result rsqrt64h, two special cases should be
|
| gk104.asm | 567 // mean that it's > 0x7fd in those cases when doing unsigned comparison 653 // or <= 0 (denorm). Those cases will be handled respectively below 707 // Before getting initial result rsqrt64h, two special cases should be
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| ast.h | 962 * Flags for redeclarations. In these cases, no type is specified, to 963 * `type` is allowed to be NULL. In all other cases, this would be an error. 1115 * A list of cases. 1117 exec_list cases; member in class:ast_case_statement_list
|
| /xsrc/external/mit/MesaLib/src/compiler/glsl/ |
| glsl_parser.cpp | 2442 /* In all cases, when you get here, the value and location stacks 5560 ast_case_statement_list *cases= new(state->linalloc) ast_case_statement_list(); variable 5561 cases->set_location((yylsp[0])); 5563 cases->cases.push_tail(& (yyvsp[0].case_statement)->link); 5564 (yyval.case_statement_list) = cases; 5573 (yyval.case_statement_list)->cases.push_tail(& (yyvsp[0].case_statement)->link);
|
| /xsrc/external/mit/MesaLib.old/src/compiler/glsl/ |
| glsl_parser.cpp | 2251 /* In all cases, when you get here, the value and location stacks 5322 ast_case_statement_list *cases= new(state->linalloc) ast_case_statement_list(); local 5323 cases->set_location((yylsp[0])); 5325 cases->cases.push_tail(& (yyvsp[0].case_statement)->link); 5326 (yyval.case_statement_list) = cases; 5335 (yyval.case_statement_list)->cases.push_tail(& (yyvsp[0].case_statement)->link);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| ast.h | 972 * Flags for redeclarations. In these cases, no type is specified, to 973 * `type` is allowed to be NULL. In all other cases, this would be an error. 1125 * A list of cases. 1127 exec_list cases; member in class:ast_case_statement_list
|