Searched refs:temp_src (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dssse3.c178 unsigned char temp_src[16]; \
181 memcpy( temp_src, pSrc, 16 ); \
183 test_##instruction##_##extension( temp_dst, temp_src ); \
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog.c164 struct rc_src_register temp_src; local
165 temp_src = writer->Inst->U.I.SrcReg[0];
168 writer->Inst->U.I.SrcReg[1] = temp_src;
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog.c164 struct rc_src_register temp_src; local
165 temp_src = writer->Inst->U.I.SrcReg[0];
168 writer->Inst->U.I.SrcReg[1] = temp_src;
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_colors.cpp687 FX_LPBYTE temp_src = FX_Alloc(FX_BYTE, nMaxColors * m_nComponents); local
688 FX_LPBYTE pSrc = temp_src;
698 CPDF_ModuleMgr::Get()->GetIccModule()->TranslateScanline(m_pProfile->m_pTransform, m_pCache, temp_src, nMaxColors);
699 FX_Free(temp_src);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmipmap.c2031 GLubyte *temp_src = NULL, *temp_dst = NULL; local
2063 temp_src = (GLubyte *) malloc(temp_src_stride * srcImage->Height + 20);
2064 if (!temp_src) {
2080 temp_src, srcImage);
2130 (const GLubyte **) &temp_src,
2151 GLubyte *temp = temp_src;
2152 temp_src = temp_dst;
2158 free(temp_src);
/external/mesa3d/src/mesa/main/
H A Dmipmap.c2024 GLubyte *temp_src = NULL, *temp_dst = NULL; local
2056 temp_src = (GLubyte *) malloc(temp_src_stride * srcImage->Height + 20);
2057 if (!temp_src) {
2073 temp_src, srcImage);
2123 (const GLubyte **) &temp_src,
2144 GLubyte *temp = temp_src;
2145 temp_src = temp_dst;
2151 free(temp_src);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_visitor.cpp231 src_reg temp_src = src_reg(this, glsl_type::vec4_type); local
232 emit(MOV(dst_reg(temp_src), src));
240 emit(opcode, temp_dst, temp_src);
244 emit(opcode, dst, temp_src);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_visitor.cpp231 src_reg temp_src = src_reg(this, glsl_type::vec4_type); local
232 emit(MOV(dst_reg(temp_src), src));
240 emit(opcode, temp_dst, temp_src);
244 emit(opcode, dst, temp_src);

Completed in 2858 milliseconds