Searched refs:dcl (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_decl_sm30.c | 104 SVGA3DOpDclArgs dcl; local in function:emit_decl 112 dcl.values[0] = 0; 113 dcl.values[1] = 0; 115 dcl.dst = reg; 116 dcl.usage = usage; 117 dcl.index = index; 118 dcl.values[0] |= 1<<31; 121 svga_shader_emit_dwords(emit, dcl.values, ARRAY_SIZE(dcl.values))); 395 SVGA3DOpDclArgs dcl; local in function:vs30_input 453 SVGA3DOpDclArgs dcl; local in function:vs30_output 544 SVGA3DOpDclArgs dcl; local in function:ps30_sampler [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_decl_sm30.c | 104 SVGA3DOpDclArgs dcl; local in function:emit_decl 112 dcl.values[0] = 0; 113 dcl.values[1] = 0; 115 dcl.dst = reg; 116 dcl.usage = usage; 117 dcl.index = index; 118 dcl.values[0] |= 1<<31; 121 svga_shader_emit_dwords(emit, dcl.values, ARRAY_SIZE(dcl.values))); 395 SVGA3DOpDclArgs dcl; local in function:vs30_input 453 SVGA3DOpDclArgs dcl; local in function:vs30_output 544 SVGA3DOpDclArgs dcl; local in function:ps30_sampler [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/svgadump/ |
| H A D | svga_shader_dump.c | 591 struct sh_dcl dcl = *(struct sh_dcl *) assem; local in function:svga_shader_dump 593 _debug_printf( "dcl" ); 594 switch (sh_dstreg_type(dcl.reg)) { 598 dump_semantic(dcl.u.semantic.usage, 599 dcl.u.semantic.usage_index); 604 dump_semantic(dcl.u.semantic.usage, 605 dcl.u.semantic.usage_index); 609 dump_sampleinfo( dcl.u.sampleinfo ); 612 dump_dstreg(dcl.reg, NULL, &di);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/svgadump/ |
| H A D | svga_shader_dump.c | 591 struct sh_dcl dcl = *(struct sh_dcl *) assem; local in function:svga_shader_dump 593 _debug_printf( "dcl" ); 594 switch (sh_dstreg_type(dcl.reg)) { 598 dump_semantic(dcl.u.semantic.usage, 599 dcl.u.semantic.usage_index); 604 dump_semantic(dcl.u.semantic.usage, 605 dcl.u.semantic.usage_index); 609 dump_sampleinfo( dcl.u.sampleinfo ); 612 dump_dstreg(dcl.reg, NULL, &di);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | nine_shader.c | 2022 sm1_to_nine_declusage(struct sm1_semantic *dcl) argument 2024 return nine_d3d9_to_nine_declusage(dcl->usage, dcl->usage_idx); 2030 struct sm1_semantic *dcl) 2032 BYTE index = dcl->usage_idx; 2054 switch (dcl->usage) { 2028 sm1_declusage_to_tgsi(struct tgsi_declaration_semantic * sem,boolean tc,struct sm1_semantic * dcl) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | nine_shader.c | 2049 sm1_to_nine_declusage(struct sm1_semantic *dcl) argument 2051 return nine_d3d9_to_nine_declusage(dcl->usage, dcl->usage_idx); 2057 struct sm1_semantic *dcl) 2059 BYTE index = dcl->usage_idx; 2081 switch (dcl->usage) { 2055 sm1_declusage_to_tgsi(struct tgsi_declaration_semantic * sem,boolean tc,struct sm1_semantic * dcl) argument
|
Completed in 15 milliseconds