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

  /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_sample_soa.c 3112 LLVMValueRef context_ptr; local
3471 LLVMValueRef context_ptr = params->context_ptr; local
    [all...]
lp_bld_tgsi.h 229 LLVMValueRef context_ptr,
451 LLVMValueRef context_ptr; member in struct:lp_build_tgsi_soa_context
lp_bld_sample.c 250 bld->context_ptr, texture_unit);
745 bld->context_ptr, sampler_unit);
836 bld->context_ptr, sampler_unit);
846 bld->context_ptr, sampler_unit);
854 bld->context_ptr, sampler_unit);
    [all...]
lp_bld_tgsi_soa.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm_sample.c 87 LLVMValueRef context_ptr,
109 ptr = LLVMBuildGEP(builder, context_ptr, indices, ARRAY_SIZE(indices), "");
133 LLVMValueRef context_ptr,
155 ptr = LLVMBuildGEP(builder, context_ptr, indices, ARRAY_SIZE(indices), "");
181 LLVMValueRef context_ptr, \
184 return draw_llvm_texture_member(base, gallivm, context_ptr, \
204 LLVMValueRef context_ptr, \
207 return draw_llvm_sampler_member(base, gallivm, context_ptr, \
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...]
draw_llvm.h 405 LLVMValueRef context_ptr; member in struct:draw_gs_llvm_variant
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tex_sample.c 93 LLVMValueRef context_ptr,
115 ptr = LLVMBuildGEP(builder, context_ptr, indices, ARRAY_SIZE(indices), "");
141 LLVMValueRef context_ptr, \
144 return lp_llvm_texture_member(base, gallivm, context_ptr, \
171 LLVMValueRef context_ptr,
193 ptr = LLVMBuildGEP(builder, context_ptr, indices, ARRAY_SIZE(indices), "");
210 LLVMValueRef context_ptr, \
213 return lp_llvm_sampler_member(base, gallivm, context_ptr, \
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...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_tex_sample.cpp 102 LLVMValueRef context_ptr,
135 ptr = LLVMBuildGEP(builder, context_ptr, indices, ARRAY_SIZE(indices), "");
161 LLVMValueRef context_ptr, \
166 context_ptr, \
196 LLVMValueRef context_ptr,
229 ptr = LLVMBuildGEP(builder, context_ptr, indices, ARRAY_SIZE(indices), "");
246 LLVMValueRef context_ptr, \
251 context_ptr, \
  /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/pdfium/core/fxcodec/codec/
ccodec_gifmodule.cpp 39 FXGIF_Context* p = (FXGIF_Context*)gif_ptr->context_ptr;
47 FXGIF_Context* p = (FXGIF_Context*)gif_ptr->context_ptr;
55 FXGIF_Context* p = (FXGIF_Context*)gif_ptr->context_ptr;
73 FXGIF_Context* p = (FXGIF_Context*)gif_ptr->context_ptr;
101 p->gif_ptr->context_ptr = (void*)p;
ccodec_bmpmodule.cpp 37 FXBMP_Context* p = (FXBMP_Context*)bmp_ptr->context_ptr;
43 FXBMP_Context* p = (FXBMP_Context*)bmp_ptr->context_ptr;
72 p->bmp_ptr->context_ptr = (void*)p;
  /external/pdfium/core/fxcodec/lbmp/
fx_bmp.h 74 void* context_ptr; member in struct:tag_bmp_decompress_struct
  /external/pdfium/core/fxcodec/lgif/
fx_gif.h 213 void* context_ptr; member in struct:tag_gif_decompress_struct

Completed in 189 milliseconds