HomeSort by relevance Sort by last modified time
    Searched defs:context_ptr (Results 1 - 9 of 9) sorted by null

  /external/pdfium/core/fxcodec/lbmp/
fx_bmp.h 74 void* context_ptr; member in struct:tag_bmp_decompress_struct
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.cc 478 MDRawContextARM *context_ptr = context.get(); local
479 context_ptr->context_flags = MD_CONTEXT_ARM_FULL;
481 #define AddGPR(a) context_ptr->iregs[a] = REGISTER_FROM_THREADSTATE(machine_state, r[a])
483 context_ptr->iregs[13] = REGISTER_FROM_THREADSTATE(machine_state, sp);
484 context_ptr->iregs[14] = REGISTER_FROM_THREADSTATE(machine_state, lr);
485 context_ptr->iregs[15] = REGISTER_FROM_THREADSTATE(machine_state, pc);
486 context_ptr->cpsr = REGISTER_FROM_THREADSTATE(machine_state, cpsr);
536 MDRawContextARM64 *context_ptr = context.get(); local
537 context_ptr->context_flags = MD_CONTEXT_ARM64_FULL;
539 #define AddGPR(a) context_ptr->iregs[a] =
627 MDRawContextPPC *context_ptr = context.get(); local
693 MDRawContextPPC64 *context_ptr = context.get(); local
796 MDRawContextX86 *context_ptr = context.get(); local
836 MDRawContextAMD64 *context_ptr = context.get(); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.h 405 LLVMValueRef context_ptr; member in struct:draw_gs_llvm_variant
draw_llvm.c 604 LLVMValueRef context_ptr,
611 draw_jit_context_vs_constants(variant->gallivm, context_ptr);
613 draw_jit_context_num_vs_constants(variant->gallivm, context_ptr);
624 context_ptr,
1525 LLVMValueRef context_ptr; local
2227 LLVMValueRef context_ptr; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 104 LLVMValueRef context_ptr; member in struct:lp_sampler_params
118 LLVMValueRef context_ptr; member in struct:lp_sampler_size_query_params
196 LLVMValueRef context_ptr,
203 LLVMValueRef context_ptr,
210 LLVMValueRef context_ptr,
217 LLVMValueRef context_ptr,
224 LLVMValueRef context_ptr,
231 LLVMValueRef context_ptr,
238 LLVMValueRef context_ptr,
245 LLVMValueRef context_ptr,
391 LLVMValueRef context_ptr; member in struct:lp_build_sample_context
    [all...]
lp_bld_tgsi.h 229 LLVMValueRef context_ptr,
451 LLVMValueRef context_ptr; member in struct:lp_build_tgsi_soa_context
lp_bld_sample_soa.c 3112 LLVMValueRef context_ptr; local
3471 LLVMValueRef context_ptr = params->context_ptr; local
    [all...]
  /external/pdfium/core/fxcodec/lgif/
fx_gif.h 213 void* context_ptr; member in struct:tag_gif_decompress_struct
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 221 lp_llvm_viewport(LLVMValueRef context_ptr,
231 ptr = lp_jit_context_viewports(gallivm, context_ptr);
245 LLVMValueRef context_ptr,
270 viewport = lp_llvm_viewport(context_ptr, gallivm, viewport_index);
298 LLVMValueRef context_ptr,
384 stencil_refs[0] = lp_jit_context_stencil_ref_front_value(gallivm, context_ptr);
385 stencil_refs[1] = lp_jit_context_stencil_ref_back_value(gallivm, context_ptr);
390 consts_ptr = lp_jit_context_constants(gallivm, context_ptr);
391 num_consts_ptr = lp_jit_context_num_constants(gallivm, context_ptr);
438 z = lp_build_depth_clamp(gallivm, builder, type, context_ptr,
2396 LLVMValueRef context_ptr; local
    [all...]

Completed in 277 milliseconds