Home
last modified time | relevance | path

Searched defs:ptr_type (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/compiler/spirv/
Dvtn_variables.c368 struct vtn_variable *var, struct vtn_type *ptr_type) in vtn_pointer_for_variable()
1648 struct vtn_type *ptr_type) in vtn_pointer_from_ssa()
1698 struct vtn_type *ptr_type, SpvStorageClass storage_class, in vtn_create_variable()
1947 struct vtn_type *ptr_type = vtn_value(b, w[1], vtn_value_type_type)->type; in vtn_handle_variables() local
1980 struct vtn_type *ptr_type = vtn_value(b, w[1], vtn_value_type_type)->type; in vtn_handle_variables() local
Dvtn_cfg.c34 struct vtn_type *ptr_type = rzalloc(b, struct vtn_type); in vtn_pointer_for_image_or_sampler_variable() local
Dvtn_private.h426 struct vtn_type *ptr_type; member
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dsort_util.cc211 auto ptr_type = shared_memory_address->getType(); in EmitTiledCompareLoop() local
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_interp.c593 LLVMTypeRef ptr_type = LLVMPointerType(LLVMFloatTypeInContext( in attribs_update() local
/external/libchrome/base/android/jni_generator/
Djni_generator.py464 def ExtractNatives(contents, ptr_type): argument
/external/flatbuffers/src/
Didl_gen_cpp.cpp582 auto &ptr_type = PtrType(field); in GenTypeNativePtr() local
597 auto &ptr_type = PtrType(&field); in GenPtrGet() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_image.cpp854 const auto ptr_type = result_type->GetOperandAs<uint32_t>(2); in ValidateImageTexelPointer() local
Dvalidate_decorations.cpp1122 const auto ptr_type = vstate.FindDef(ptr_inst->GetOperandAs<uint32_t>(0)); in CheckFPRoundingModeForShaders() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_image.cpp854 const auto ptr_type = result_type->GetOperandAs<uint32_t>(2); in ValidateImageTexelPointer() local
Dvalidate_decorations.cpp1113 const auto ptr_type = vstate.FindDef(ptr_inst->GetOperandAs<uint32_t>(0)); in CheckFPRoundingModeForShaders() local
/external/bcc/src/cc/frontends/b/
Dcodegen_llvm.cc844 Type *ptr_type = PointerType::getUnqual(B.getIntNTy(n->sub_decl_->bit_width_)); in visit_table_index_expr_node() local