Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h104 LLVMValueRef context_ptr; member
118 LLVMValueRef context_ptr; member
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,
[all …]
Dlp_bld_sample_soa.c1767 bld->context_ptr, texture_unit); in lp_build_layer_coord()
1903 bld->gallivm, bld->context_ptr, in lp_build_sample_common()
1930 bld->context_ptr, sampler_unit); in lp_build_clamp_border_color()
2339 bld->context_ptr, texture_unit); in lp_build_fetch_texel()
2465 LLVMValueRef context_ptr, in lp_build_sample_soa_code() argument
2540 bld.context_ptr = context_ptr; in lp_build_sample_soa_code()
2721 context_ptr, texture_index); in lp_build_sample_soa_code()
2723 context_ptr, texture_index); in lp_build_sample_soa_code()
2725 context_ptr, texture_index); in lp_build_sample_soa_code()
2727 context_ptr, texture_index); in lp_build_sample_soa_code()
[all …]
Dlp_bld_sample.c250 bld->context_ptr, texture_unit); in lp_build_rho()
745 bld->context_ptr, sampler_unit); in lp_build_lod_selector()
836 bld->context_ptr, sampler_unit); in lp_build_lod_selector()
846 bld->context_ptr, sampler_unit); in lp_build_lod_selector()
854 bld->context_ptr, sampler_unit); in lp_build_lod_selector()
905 bld->context_ptr, texture_unit); in lp_build_nearest_mip_level()
907 bld->context_ptr, texture_unit); in lp_build_nearest_mip_level()
967 bld->context_ptr, texture_unit); in lp_build_linear_mip_levels()
969 bld->context_ptr, texture_unit); in lp_build_linear_mip_levels()
Dlp_bld_tgsi.h229 LLVMValueRef context_ptr,
451 LLVMValueRef context_ptr; member
Dlp_bld_tgsi_soa.c2342 params.context_ptr = bld->context_ptr; in emit_tex()
2510 params.context_ptr = bld->context_ptr; in emit_sample()
2639 params.context_ptr = bld->context_ptr; in emit_fetch_texels()
2719 params.context_ptr = bld->context_ptr; in emit_size_query()
3897 LLVMValueRef context_ptr, in lp_build_tgsi_soa() argument
3945 bld.context_ptr = context_ptr; in lp_build_tgsi_soa()
/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/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm_sample.c87 LLVMValueRef context_ptr, in draw_llvm_texture_member() argument
109 ptr = LLVMBuildGEP(builder, context_ptr, indices, ARRAY_SIZE(indices), ""); in draw_llvm_texture_member()
133 LLVMValueRef context_ptr, in draw_llvm_sampler_member() argument
155 ptr = LLVMBuildGEP(builder, context_ptr, indices, ARRAY_SIZE(indices), ""); in draw_llvm_sampler_member()
181 LLVMValueRef context_ptr, \
184 return draw_llvm_texture_member(base, gallivm, context_ptr, \
204 LLVMValueRef context_ptr, \ in DRAW_LLVM_TEXTURE_MEMBER()
207 return draw_llvm_sampler_member(base, gallivm, context_ptr, \ in DRAW_LLVM_TEXTURE_MEMBER()
Ddraw_llvm.c604 LLVMValueRef context_ptr, in generate_vs() argument
611 draw_jit_context_vs_constants(variant->gallivm, context_ptr); in generate_vs()
613 draw_jit_context_num_vs_constants(variant->gallivm, context_ptr); in generate_vs()
624 context_ptr, in generate_vs()
1075 LLVMValueRef context_ptr) in generate_viewport() argument
1084 LLVMValueRef vp_ptr = draw_jit_context_viewports(gallivm, context_ptr); in generate_viewport()
1135 LLVMValueRef context_ptr, in generate_clipmask() argument
1252 LLVMValueRef planes_ptr = draw_jit_context_planes(gallivm, context_ptr); in generate_clipmask()
1475 draw_gs_jit_prim_lengths(variant->gallivm, variant->context_ptr); in draw_gs_llvm_end_primitive()
1504 draw_gs_jit_emitted_vertices(gallivm, variant->context_ptr); in draw_gs_llvm_epilogue()
[all …]
Ddraw_llvm.h405 LLVMValueRef context_ptr; member
/external/mesa3d/src/gallium/drivers/swr/
Dswr_tex_sample.cpp102 LLVMValueRef context_ptr, in swr_texture_member() argument
135 ptr = LLVMBuildGEP(builder, context_ptr, indices, ARRAY_SIZE(indices), ""); in swr_texture_member()
161 LLVMValueRef context_ptr, \
166 context_ptr, \
196 LLVMValueRef context_ptr, in SWR_TEXTURE_MEMBER()
229 ptr = LLVMBuildGEP(builder, context_ptr, indices, ARRAY_SIZE(indices), ""); in SWR_TEXTURE_MEMBER()
246 LLVMValueRef context_ptr, \
251 context_ptr, \
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tex_sample.c93 LLVMValueRef context_ptr, in lp_llvm_texture_member() argument
115 ptr = LLVMBuildGEP(builder, context_ptr, indices, ARRAY_SIZE(indices), ""); in lp_llvm_texture_member()
141 LLVMValueRef context_ptr, \
144 return lp_llvm_texture_member(base, gallivm, context_ptr, \
171 LLVMValueRef context_ptr, in LP_LLVM_TEXTURE_MEMBER()
193 ptr = LLVMBuildGEP(builder, context_ptr, indices, ARRAY_SIZE(indices), ""); in LP_LLVM_TEXTURE_MEMBER()
210 LLVMValueRef context_ptr, \
213 return lp_llvm_sampler_member(base, gallivm, context_ptr, \
Dlp_state_fs.c221 lp_llvm_viewport(LLVMValueRef context_ptr, in lp_llvm_viewport() argument
231 ptr = lp_jit_context_viewports(gallivm, context_ptr); in lp_llvm_viewport()
245 LLVMValueRef context_ptr, in lp_build_depth_clamp() argument
270 viewport = lp_llvm_viewport(context_ptr, gallivm, viewport_index); in lp_build_depth_clamp()
298 LLVMValueRef context_ptr, in generate_fs_loop() argument
384 stencil_refs[0] = lp_jit_context_stencil_ref_front_value(gallivm, context_ptr); in generate_fs_loop()
385 stencil_refs[1] = lp_jit_context_stencil_ref_back_value(gallivm, context_ptr); in generate_fs_loop()
390 consts_ptr = lp_jit_context_constants(gallivm, context_ptr); in generate_fs_loop()
391 num_consts_ptr = lp_jit_context_num_constants(gallivm, context_ptr); in generate_fs_loop()
438 z = lp_build_depth_clamp(gallivm, builder, type, context_ptr, in generate_fs_loop()
[all …]
/external/pdfium/core/fxcodec/lbmp/
Dfx_bmp.cpp32 : context_ptr(nullptr), in BMPDecompressor()
68 auto* p = reinterpret_cast<CBmpContext*>(context_ptr); in ReadScanline()
73 auto* p = reinterpret_cast<CBmpContext*>(context_ptr); in GetDataPosition()
Dfx_bmp.h80 void* context_ptr; variable
/external/pdfium/core/fxcodec/codec/
Dccodec_bmpmodule.cpp30 p->m_Bmp.context_ptr = p.get(); in Start()
/external/libchrome/base/
Dlogging_unittest.cc263 void CheckCrashTestSighandler(int, siginfo_t* info, void* context_ptr) { in CheckCrashTestSighandler() argument
272 struct ucontext* context = reinterpret_cast<struct ucontext*>(context_ptr); in CheckCrashTestSighandler()