| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_pair_dead_sources.c | 33 static void mark_used_presub(struct rc_pair_sub_instruction * sub) argument 35 if (sub->Src[RC_PAIR_PRESUB_SRC].Used) { 37 sub->Src[RC_PAIR_PRESUB_SRC].Index); 40 sub->Src[i].Used = 1; 47 struct rc_pair_sub_instruction * sub) 50 const struct rc_opcode_info * info = rc_get_opcode_info(sub->Opcode); 52 unsigned int src_type = rc_source_type_swz(sub->Arg[i].Swizzle); 54 inst->U.P.RGB.Src[sub->Arg[i].Source].Used = 1; 58 inst->U.P.Alpha.Src[sub->Arg[i].Source].Used = 1; 45 mark_used(struct rc_instruction * inst,struct rc_pair_sub_instruction * sub) argument
|
| H A D | radeon_compiler_util.c | 183 * This function rewrites the writemask of sub and adjusts the swizzles 190 struct rc_pair_sub_instruction * sub, 193 const struct rc_opcode_info * info = rc_get_opcode_info(sub->Opcode); 196 sub->WriteMask = rewrite_writemask(sub->WriteMask, conversion_swizzle); 203 sub->Arg[i].Swizzle = 204 rc_adjust_channels(sub->Arg[i].Swizzle, 226 struct rc_sub_instruction * sub = &inst->U.I; local in function:rc_normal_rewrite_writemask 227 const struct rc_opcode_info * info = rc_get_opcode_info(sub->Opcode); 228 sub 189 rc_pair_rewrite_writemask(struct rc_pair_sub_instruction * sub,unsigned int conversion_swizzle) argument 553 get_source_readmask(struct rc_pair_sub_instruction * sub,unsigned int source,unsigned int src_type) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_pair_dead_sources.c | 33 static void mark_used_presub(struct rc_pair_sub_instruction * sub) argument 35 if (sub->Src[RC_PAIR_PRESUB_SRC].Used) { 37 sub->Src[RC_PAIR_PRESUB_SRC].Index); 40 sub->Src[i].Used = 1; 47 struct rc_pair_sub_instruction * sub) 50 const struct rc_opcode_info * info = rc_get_opcode_info(sub->Opcode); 52 unsigned int src_type = rc_source_type_swz(sub->Arg[i].Swizzle); 54 inst->U.P.RGB.Src[sub->Arg[i].Source].Used = 1; 58 inst->U.P.Alpha.Src[sub->Arg[i].Source].Used = 1; 45 mark_used(struct rc_instruction * inst,struct rc_pair_sub_instruction * sub) argument
|
| H A D | radeon_compiler_util.c | 183 * This function rewrites the writemask of sub and adjusts the swizzles 190 struct rc_pair_sub_instruction * sub, 193 const struct rc_opcode_info * info = rc_get_opcode_info(sub->Opcode); 196 sub->WriteMask = rewrite_writemask(sub->WriteMask, conversion_swizzle); 203 sub->Arg[i].Swizzle = 204 rc_adjust_channels(sub->Arg[i].Swizzle, 226 struct rc_sub_instruction * sub = &inst->U.I; local in function:rc_normal_rewrite_writemask 227 const struct rc_opcode_info * info = rc_get_opcode_info(sub->Opcode); 228 sub 189 rc_pair_rewrite_writemask(struct rc_pair_sub_instruction * sub,unsigned int conversion_swizzle) argument 553 get_source_readmask(struct rc_pair_sub_instruction * sub,unsigned int source,unsigned int src_type) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/ |
| H A D | subpicture.c | 11 * distribute, sub license, and/or sell copies of the Software, and to 69 vlVaSubpicture *sub; local in function:vlVaCreateSubpicture 83 sub = CALLOC(1, sizeof(*sub)); 84 if (!sub) { 89 sub->image = img; 90 *subpicture = handle_table_add(VL_VA_DRIVER(ctx)->htab, sub); 100 vlVaSubpicture *sub; local in function:vlVaDestroySubpicture 108 sub = handle_table_get(drv->htab, subpicture); 109 if (!sub) { 125 vlVaSubpicture *sub; local in function:vlVaSubpictureImage 177 vlVaSubpicture *sub; local in function:vlVaAssociateSubpicture 253 vlVaSubpicture *sub, **array; local in function:vlVaDeassociateSubpicture [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/ |
| H A D | subpicture.c | 11 * distribute, sub license, and/or sell copies of the Software, and to 69 vlVaSubpicture *sub; local in function:vlVaCreateSubpicture 83 sub = CALLOC(1, sizeof(*sub)); 84 if (!sub) { 89 sub->image = img; 90 *subpicture = handle_table_add(VL_VA_DRIVER(ctx)->htab, sub); 100 vlVaSubpicture *sub; local in function:vlVaDestroySubpicture 108 sub = handle_table_get(drv->htab, subpicture); 109 if (!sub) { 125 vlVaSubpicture *sub; local in function:vlVaSubpictureImage 177 vlVaSubpicture *sub; local in function:vlVaAssociateSubpicture 253 vlVaSubpicture *sub, **array; local in function:vlVaDeassociateSubpicture [all...] |
| /xsrc/external/mit/freetype/dist/src/gzip/ |
| H A D | infblock.c | 75 ZFREE(z, s->sub.trees.blens); 77 inflate_codes_free(s->sub.decode.codes, z); 161 s->sub.decode.codes = inflate_codes_new(bl, bd, tl, td, z); 162 if (s->sub.decode.codes == Z_NULL) 194 s->sub.left = (uInt)b & 0xffff; 196 Tracev((stderr, "inflate: stored length %u\n", s->sub.left)); 197 s->mode = s->sub.left ? STORED : (s->last ? DRY : TYPE); 203 t = s->sub.left; 209 if ((s->sub.left -= t) != 0) 218 s->sub [all...] |
| H A D | infcodes.c | 47 } sub; /* submode */ member in struct:inflate_codes_state 95 inflate_codes_statef *c = s->sub.decode.codes; /* codes state */ 117 c->sub.code.need = c->lbits; 118 c->sub.code.tree = c->ltree; 122 j = c->sub.code.need; 124 t = c->sub.code.tree + ((uInt)b & inflate_mask[j]); 129 c->sub.lit = t->base; 138 c->sub.copy.get = e & 15; 145 c->sub.code.need = e; 146 c->sub [all...] |
| H A D | inflate.c | 43 } sub; /* submode */ member in struct:internal_state 162 if (((z->state->sub.method = NEXTBYTE) & 0xf) != Z_DEFLATED) 166 z->state->sub.marker = 5; /* can't try inflateSync */ 169 if ((z->state->sub.method >> 4) + 8 > z->state->wbits) 173 z->state->sub.marker = 5; /* can't try inflateSync */ 181 if (((z->state->sub.method << 8) + b) % 31) 185 z->state->sub.marker = 5; /* can't try inflateSync */ 198 z->state->sub.check.need = (uLong)NEXTBYTE << 24; 203 z->state->sub.check.need += (uLong)NEXTBYTE << 16; 208 z->state->sub [all...] |
| /xsrc/external/mit/freetype/dist/src/base/ |
| H A D | ftlcdfil.c | 360 FT_Vector* sub ) 363 FT_UNUSED( sub ); 376 FT_Vector* sub = slot->library->lcd_geometry; local in function:ft_lcd_padding 380 cbox->xMin -= FT_MAX( FT_MAX( sub[0].x, sub[1].x ), sub[2].x ); 381 cbox->xMax -= FT_MIN( FT_MIN( sub[0].x, sub[1].x ), sub[2].x ); 382 cbox->yMin -= FT_MAX( FT_MAX( sub[ 359 FT_Library_SetLcdGeometry(FT_Library library,FT_Vector * sub) argument 420 FT_Library_SetLcdGeometry(FT_Library library,FT_Vector sub[3]) argument [all...] |
| /xsrc/external/mit/freetype/dist/src/smooth/ |
| H A D | ftsmooth.c | 92 FT_Vector* sub = render->root.library->lcd_geometry; local in function:ft_smooth_init 96 sub[0].x = -21; 97 sub[0].y = 0; 98 sub[1].x = 0; 99 sub[1].y = 0; 100 sub[2].x = 21; 101 sub[2].y = 0; 133 FT_Vector* sub = render->root.library->lcd_geometry; local in function:ft_smooth_raster_lcd 161 -sub[0].x, 162 -sub[ 201 FT_Vector* sub = render->root.library->lcd_geometry; local in function:ft_smooth_raster_lcdv [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/genxml/ |
| H A D | util.py | 32 return alphanum_nono.sub('', name)
|
| /xsrc/external/mit/mesa-demos/dist/src/perf/ |
| H A D | copytex.c | 139 /* copy sub texture */ 141 /* four sub-copies */ 178 GLint sub, maxTexSize; local in function:PerfDraw 182 /* loop over whole/sub tex copy */ 183 for (sub = 0; sub < 2; sub++) { 191 if (sub == 0) 209 (sub ? "Sub" : ""), TexSize, TexSize, rate, mbPerSec);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_common.cpp | 34 std::map<unsigned, Subroutine>::iterator it = sub.map.find(ip); 36 if (it == sub.map.end()) 37 it = sub.map.insert(std::make_pair( 47 std::map<unsigned, Subroutine>::iterator it = sub.map.find(ip); 49 if (it == sub.map.end()) 50 it = sub.map.insert(std::make_pair(ip, Subroutine(f))).first;
|
| H A D | nv50_ir_from_common.h | 50 } sub; member in class:nv50_ir::ConverterCommon
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_common.cpp | 36 std::map<unsigned, Subroutine>::iterator it = sub.map.find(ip); 38 if (it == sub.map.end()) 39 it = sub.map.insert(std::make_pair( 49 std::map<unsigned, Subroutine>::iterator it = sub.map.find(ip); 51 if (it == sub.map.end()) 52 it = sub.map.insert(std::make_pair(ip, Subroutine(f))).first;
|
| H A D | nv50_ir_from_common.h | 50 } sub; member in class:nv50_ir::ConverterCommon
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | midgard_opt_perspective.c | 78 mir_foreach_instr_in_block_safe(block, sub) { 79 if (sub->dest != frcp) continue; 81 frcp_component = sub->swizzle[0][0]; 82 frcp_from = sub->src[0]; 85 (sub->type == TAG_ALU_4) && 86 (sub->op == midgard_alu_op_frcp);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | lower_blend_equation_advanced.cpp | 50 return sub(add(src, dst), mul(src, dst)); 63 sub(imm3(1), mul(imm3(2), mul(sub(imm3(1), src), sub(imm3(1), dst)))); 93 min2(imm3(1), div(dst, sub(imm3(1), src))))); 108 sub(imm3(1), min2(imm3(1), div(sub(imm3(1), dst), src))))); 121 sub(imm3(1), mul(imm3(2), mul(sub(imm3(1), src), sub(imm [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | lower_blend_equation_advanced.cpp | 50 return sub(add(src, dst), mul(src, dst)); 63 sub(imm3(1), mul(imm3(2), mul(sub(imm3(1), src), sub(imm3(1), dst)))); 93 min2(imm3(1), div(dst, sub(imm3(1), src))))); 108 sub(imm3(1), min2(imm3(1), div(sub(imm3(1), dst), src))))); 121 sub(imm3(1), mul(imm3(2), mul(sub(imm3(1), src), sub(imm [all...] |
| /xsrc/external/mit/freetype/dist/src/tools/ |
| H A D | chktrcmp.py | 66 component_name = trace_use_pat.sub( '', src_line ) 86 component_name = trace_def_pat_opn.sub( '', hdr_line ) 87 component_name = trace_def_pat_cls.sub( '', component_name )
|
| /xsrc/external/mit/freetype/dist/include/freetype/ |
| H A D | ftlcdfil.h | 282 * sub :: 314 FT_Vector sub[3] );
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | cutout.py | 40 stripped = re.sub('^\s+', '', l) 41 stripped = re.sub('\s*,\s*', ',', stripped)
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | functions_misc.c | 90 while(item && item->sub) { 91 if(!item->sub->defaultitem) { 94 if(item->sub->defaultitem->func != F_MENU) { 97 item = item->sub->defaultitem; 99 if(item && item->sub && item->sub->defaultitem) { 100 ExecuteFunction(item->sub->defaultitem->func, 101 item->sub->defaultitem->action,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/new/ |
| H A D | genCommon.py | 9 # on the rights to use, copy, modify, merge, publish, distribute, sub 221 rv = re.sub(r"\bGLvoid\b", "void", rv) 224 rv = re.sub(r"\b(GLhalf|GLintptr|GLsizeiptr|GLint64|GLuint64)(?:ARB|EXT|NV|ATI)\b", r"\1", rv) 226 rv = re.sub(r"\bGLDEBUGPROCKHR\b", "GLDEBUGPROC", rv) 232 rv = re.sub(r"\s+\*", r"*", rv) 235 rv = re.sub(r"([^\*])\*", r"\1 *", rv) 238 rv = re.sub(r"\s+", " ", rv)
|