Home
last modified time | relevance | path

Searched refs:functions_offset (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_jit_sample.c86 LLVMValueRef functions_offset = lp_build_const_int64(gallivm, offset2); in load_texture_functions_ptr() local
87 return LLVMBuildAdd(builder, texture_base, functions_offset, ""); in load_texture_functions_ptr()
182 …uint32_t functions_offset = op_type == LP_SAMPLER_OP_FETCH ? offsetof(struct lp_texture_functions,… in lp_bld_llvm_sampler_soa_emit_fetch_texel() local
186 gallivm, texture_descriptor, offsetof(struct lp_descriptor, functions), functions_offset); in lp_bld_llvm_sampler_soa_emit_fetch_texel()
358 …uint32_t functions_offset = params->samples_only ? offsetof(struct lp_texture_functions, samples_f… in lp_bld_llvm_sampler_soa_emit_size_query() local
362 gallivm, texture_descriptor, offsetof(struct lp_descriptor, functions), functions_offset); in lp_bld_llvm_sampler_soa_emit_size_query()
/external/pytorch/torch/csrc/jit/serialization/
Dflatbuffer_serializer.cpp388 auto functions_offset = fbb.CreateVector(functions_index); in serializeModule() local
442 functions_offset, in serializeModule()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture_handle.c645 LLVMValueRef functions_offset = in compile_jit_sample_function() local
648 LLVMBuildAdd(builder, texture_descriptor, functions_offset, ""); in compile_jit_sample_function()