Home
last modified time | relevance | path

Searched refs:context_ptr (Results 1 – 13 of 13) sorted by relevance

/external/google-breakpad/src/client/ios/handler/
Dios_exception_minidump_generator.mm97 MDRawContextARM *context_ptr = context.get();
98 memset(context_ptr, 0, sizeof(MDRawContextARM));
99 context_ptr->context_flags = MD_CONTEXT_ARM_FULL;
100 context_ptr->iregs[MD_CONTEXT_ARM_REG_IOS_FP] = kExpectedFinalFp; // FP
101 context_ptr->iregs[MD_CONTEXT_ARM_REG_SP] = kExpectedFinalSp; // SP
102 context_ptr->iregs[MD_CONTEXT_ARM_REG_LR] = GetLRFromException(); // LR
103 context_ptr->iregs[MD_CONTEXT_ARM_REG_PC] = GetPCFromException(); // PC
115 MDRawContextARM64 *context_ptr = context.get();
116 memset(context_ptr, 0, sizeof(*context_ptr));
117 context_ptr->context_flags = MD_CONTEXT_ARM64_FULL;
[all …]
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc478 MDRawContextARM *context_ptr = context.get(); in WriteContextARM() local
479 context_ptr->context_flags = MD_CONTEXT_ARM_FULL; in WriteContextARM()
481 #define AddGPR(a) context_ptr->iregs[a] = REGISTER_FROM_THREADSTATE(machine_state, r[a]) in WriteContextARM()
483 context_ptr->iregs[13] = REGISTER_FROM_THREADSTATE(machine_state, sp); in WriteContextARM()
484 context_ptr->iregs[14] = REGISTER_FROM_THREADSTATE(machine_state, lr); in WriteContextARM()
485 context_ptr->iregs[15] = REGISTER_FROM_THREADSTATE(machine_state, pc); in WriteContextARM()
486 context_ptr->cpsr = REGISTER_FROM_THREADSTATE(machine_state, cpsr); in WriteContextARM()
536 MDRawContextARM64 *context_ptr = context.get(); in WriteContextARM64() local
537 context_ptr->context_flags = MD_CONTEXT_ARM64_FULL; in WriteContextARM64()
539 #define AddGPR(a) context_ptr->iregs[a] = \ in WriteContextARM64()
[all …]
/external/skia/tests/
DErrorTest.cpp26 ErrorContext *context_ptr = static_cast<ErrorContext *>(context); in cb() local
27 REPORTER_ASSERT( context_ptr->fReporter, (*(context_ptr->fIntPointer) == 0xdeadbeef) ); in cb()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm_sample.c63 LLVMValueRef context_ptr; member
112 ptr = LLVMBuildGEP(builder, state->context_ptr, indices, Elements(indices), ""); in draw_llvm_texture_member()
223 LLVMValueRef context_ptr) in draw_llvm_sampler_soa_create() argument
247 sampler->dynamic_state.context_ptr = context_ptr; in draw_llvm_sampler_soa_create()
Ddraw_llvm.c433 LLVMValueRef context_ptr, in generate_vs() argument
439 LLVMValueRef consts_ptr = draw_jit_context_vs_constants(variant->gallivm, context_ptr); in generate_vs()
799 LLVMValueRef context_ptr) in generate_viewport() argument
807 LLVMValueRef vp_ptr = draw_jit_context_viewport(gallivm, context_ptr); in generate_viewport()
860 LLVMValueRef context_ptr, in generate_clipmask() argument
962 LLVMValueRef planes_ptr = draw_jit_context_planes(gallivm, context_ptr); in generate_clipmask()
1067 LLVMValueRef context_ptr; in draw_llvm_generate() local
1128 context_ptr = LLVMGetParam(variant_func, 0); in draw_llvm_generate()
1135 lp_build_name(context_ptr, "context"); in draw_llvm_generate()
1181 context_ptr); in draw_llvm_generate()
[all …]
Ddraw_llvm.h286 LLVMValueRef context_ptr);
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tex_sample.c68 LLVMValueRef context_ptr; member
117 ptr = LLVMBuildGEP(builder, state->context_ptr, indices, Elements(indices), ""); in lp_llvm_texture_member()
233 LLVMValueRef context_ptr) in lp_llvm_sampler_soa_create() argument
258 sampler->dynamic_state.context_ptr = context_ptr; in lp_llvm_sampler_soa_create()
Dlp_state_fs.c222 LLVMValueRef context_ptr, in generate_fs() argument
286 stencil_refs[0] = lp_jit_context_stencil_ref_front_value(gallivm, context_ptr); in generate_fs()
287 stencil_refs[1] = lp_jit_context_stencil_ref_back_value(gallivm, context_ptr); in generate_fs()
291 consts_ptr = lp_jit_context_constants(gallivm, context_ptr); in generate_fs()
357 alpha_ref_value = lp_jit_context_alpha_ref_value(gallivm, context_ptr); in generate_fs()
447 LLVMValueRef context_ptr, in generate_fs_loop() argument
514 stencil_refs[0] = lp_jit_context_stencil_ref_front_value(gallivm, context_ptr); in generate_fs_loop()
515 stencil_refs[1] = lp_jit_context_stencil_ref_back_value(gallivm, context_ptr); in generate_fs_loop()
519 consts_ptr = lp_jit_context_constants(gallivm, context_ptr); in generate_fs_loop()
596 alpha_ref_value = lp_jit_context_alpha_ref_value(gallivm, context_ptr); in generate_fs_loop()
[all …]
Dlp_tex_sample.h45 LLVMValueRef context_ptr);
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_gif.cpp36 FXGIF_Context* p = (FXGIF_Context*)gif_ptr->context_ptr; in _gif_ask_buf_for_pal()
43 FXGIF_Context* p = (FXGIF_Context*)gif_ptr->context_ptr; in _gif_record_current_position()
50 FXGIF_Context* p = (FXGIF_Context*)gif_ptr->context_ptr; in _gif_read_scanline()
67 FXGIF_Context* p = (FXGIF_Context*)gif_ptr->context_ptr; in _gif_get_record_position()
90 p->gif_ptr->context_ptr = (void*)p; in Start()
Dfx_codec_bmp.cpp37 FXBMP_Context* p = (FXBMP_Context*)bmp_ptr->context_ptr; in _bmp_read_scanline()
43 FXBMP_Context* p = (FXBMP_Context*)bmp_ptr->context_ptr; in _bmp_get_data_position()
66 p->bmp_ptr->context_ptr = (void*)p; in Start()
/external/pdfium/core/src/fxcodec/lbmp/
Dfx_bmp.h72 void* context_ptr; member
/external/pdfium/core/src/fxcodec/lgif/
Dfx_gif.h214 void* context_ptr; member