/third_party/json/single_include/nlohmann/ |
H A D | json.hpp | 5958 const auto type = static_cast<std::size_t>(j.type()); hash() local [all...] |
/third_party/mbedtls/library/ |
H A D | ssl_tls.c | 2444 psa_key_type_t type; in mbedtls_ssl_get_mode_from_ciphersuite() local 6084 unsigned char mbedtls_ssl_sig_from_pk_alg(mbedtls_pk_type_t type) in mbedtls_ssl_sig_from_pk_alg() argument 6271 mbedtls_ssl_get_psa_curve_info_from_tls_id(uint16_t tls_id, psa_key_type_t *type, size_t *bits) mbedtls_ssl_get_psa_curve_info_from_tls_id() argument [all...] |
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_cmd_buffer.c | 4106 tu6_user_consts_size(const struct tu_pipeline *pipeline, gl_shader_stage type) tu6_user_consts_size() argument 4122 tu6_emit_user_consts(struct tu_cs *cs, const struct tu_pipeline *pipeline, gl_shader_stage type, uint32_t *push_constants) tu6_emit_user_consts() argument 4933 gl_shader_stage type = MESA_SHADER_COMPUTE; tu_emit_compute_driver_params() local [all...] |
H A D | msm_kgsl.h | 410 __u32 type; member 514 unsigned int type; member 572 unsigned int type; member 589 unsigned int type; global() member 644 unsigned int type; global() member 654 unsigned int type; global() member 802 int type; /* Type of event (see list below) */ global() member 1110 int type; global() member 1163 unsigned int type; global() member 1315 unsigned int type; global() member 1379 unsigned int type; global() member 1458 unsigned int type; global() member 1540 unsigned int type; global() member [all...] |
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_nir_to_llvm.c | 77 LLVMTypeRef type = LLVMIntTypeInContext(ctx->ac.context, def->bit_size); in get_def_type() local 169 char name[64], type[64]; in emit_intrin_1f_param() local 174 ac_build_type_name_for_intr(LLVMTypeOf(params[0]), type, sizeof(type)); in emit_intrin_1f_param() local 191 char name[64], type[64]; in emit_intrin_1f_param_scalar() local 196 ac_build_type_name_for_intr(LLVMTypeOf(params[0]), type, sizeo in emit_intrin_1f_param_scalar() local 211 char name[64], type[64]; emit_intrin_2f_param() local 217 ac_build_type_name_for_intr(LLVMTypeOf(params[0]), type, sizeof(type)); emit_intrin_2f_param() local 227 char name[64], type[64]; emit_intrin_3f_param() local 234 ac_build_type_name_for_intr(LLVMTypeOf(params[0]), type, sizeof(type)); emit_intrin_3f_param() local 645 char name[64], type[64]; visit_alu() local 654 char name[64], type[64]; visit_alu() local 1995 char name[64], type[8]; visit_atomic_ssbo() local 2153 get_global_address(struct ac_nir_context *ctx, nir_intrinsic_instr *instr, LLVMTypeRef type) get_global_address() argument 2205 LLVMTypeRef type = LLVMTypeOf(data); visit_store_global() local 2256 char name[64], type[8]; visit_global_atomic() local 2362 type_scalar_size_bytes(const struct glsl_type *type) type_scalar_size_bytes() argument 2593 const struct glsl_type *type = image_deref->type; visit_image_load() local 2684 const struct glsl_type *type = image_deref->type; visit_image_store() local 2765 const struct glsl_type *type = get_image_deref(instr)->type; visit_image_atomic() local 2864 char type[8]; visit_image_atomic() local 2931 const struct glsl_type *type = get_image_deref(instr)->type; visit_image_size() local 3191 char name[64], type[8]; visit_var_atomic() local 4066 LLVMTypeRef type = LLVMTypeOf(src); visit_intrinsic() local 5014 LLVMTypeRef type = get_def_type(ctx, &instr->dest.ssa); visit_phi() local 5059 LLVMTypeRef type = LLVMIntTypeInContext(ctx->ac.context, instr->def.bit_size); visit_ssa_undef() local 5096 glsl_base_to_llvm_type(struct ac_llvm_context *ac, enum glsl_base_type type) glsl_base_to_llvm_type() argument 5124 glsl_to_llvm_type(struct ac_llvm_context *ac, const struct glsl_type *type) glsl_to_llvm_type() argument 5241 LLVMTypeRef type = LLVMPointerType(pointee_type, address_space); visit_deref() local 5393 LLVMTypeRef type = is_16bit ? ctx->f16 : ctx->f32; ac_handle_shader_output_decl() local 5419 LLVMTypeRef type = LLVMArrayType(ctx->ac.i8, shader->constant_data_size); setup_constant_data() local [all...] |
H A D | ac_llvm_build.c | 142 LLVMTypeRef type = LLVMTypeOf(value); in ac_get_llvm_num_components() local 158 int ac_get_elem_bits(struct ac_llvm_context *ctx, LLVMTypeRef type) in ac_get_elem_bits() argument 181 ac_get_type_size(LLVMTypeRef type) ac_get_type_size() argument 246 LLVMTypeRef type = LLVMTypeOf(v); ac_to_integer() local 255 LLVMTypeRef type = LLVMTypeOf(v); ac_to_integer_or_pointer() local 286 LLVMTypeRef type = LLVMTypeOf(v); ac_to_float() local 327 ac_build_type_name_for_intr(LLVMTypeRef type, char *buf, unsigned bufsize) ac_build_type_name_for_intr() argument 386 ac_build_phi(struct ac_llvm_context *ctx, LLVMTypeRef type, unsigned count_incoming, LLVMValueRef *values, LLVMBasicBlockRef *blocks) ac_build_phi() argument 441 LLVMTypeRef type = LLVMTypeOf(*pgpr); ac_build_optimization_barrier() local 449 LLVMTypeRef type = LLVMTypeOf(*pgpr); ac_build_optimization_barrier() local 1289 LLVMTypeRef type = func > 1 ? LLVMVectorType(channel_type, func) : channel_type; ac_build_buffer_load_common() local 1407 LLVMTypeRef type = func > 1 ? LLVMVectorType(ctx->i32, func) : ctx->i32; ac_build_tbuffer_load() local 1760 LLVMTypeRef type = LLVMTypeOf(value); ac_set_range_metadata() local 1801 char name[32], type[8]; ac_build_ddxy() local 1865 LLVMTypeRef type; ac_build_umsb() local 1925 char name[64], type[64]; ac_build_fmin() local 1927 ac_build_type_name_for_intr(LLVMTypeOf(a), type, sizeof(type)); ac_build_fmin() local 1935 char name[64], type[64]; ac_build_fmax() local 1937 ac_build_type_name_for_intr(LLVMTypeOf(a), type, sizeof(type)); ac_build_fmax() local 2523 ac_build_fsat(struct ac_llvm_context *ctx, LLVMValueRef src, LLVMTypeRef type) ac_build_fsat() argument 2537 LLVMTypeRef type; ac_build_fsat() local 2569 LLVMTypeRef type; ac_build_fract() local 2589 ac_const_uint_vec(struct ac_llvm_context *ctx, LLVMTypeRef type, uint64_t value) ac_const_uint_vec() argument 2606 LLVMTypeRef type = LLVMTypeOf(src0); ac_build_isign() local 2625 LLVMTypeRef type = LLVMTypeOf(src); ac_build_fsign() local 2774 LLVMTypeRef type; ac_find_lsb() local 3003 ac_build_alloca_undef(struct ac_llvm_context *ac, LLVMTypeRef type, const char *name) ac_build_alloca_undef() argument 3024 ac_build_alloca(struct ac_llvm_context *ac, LLVMTypeRef type, const char *name) ac_build_alloca() argument 3038 ac_cast_ptr(struct ac_llvm_context *ctx, LLVMValueRef ptr, LLVMTypeRef type) ac_cast_ptr() argument 3141 LLVMTypeRef type = LLVMTypeOf(src); _ac_build_readlane() local 3286 LLVMTypeRef type = LLVMTypeOf(src); _ac_build_dpp() local 3334 LLVMTypeRef type = LLVMTypeOf(src); _ac_build_permlane16() local 3427 char name[32], type[8]; ac_build_wwm() local 3435 ac_build_type_name_for_intr(LLVMTypeOf(src), type, sizeof(type)); ac_build_wwm() local 3449 char name[33], type[8]; ac_build_set_inactive() local 3460 ac_build_type_name_for_intr(LLVMTypeOf(src), type, sizeof(type)); ac_build_set_inactive() local 3978 const LLVMTypeRef type = LLVMTypeOf(ws->src); ac_build_wg_wavescan_bottom() local 4175 LLVMTypeRef type = LLVMTypeOf(src); ac_build_shuffle() local 4189 LLVMTypeRef type; ac_build_frexp_exp() local 4210 LLVMTypeRef type; ac_build_frexp_mant() local 4232 LLVMTypeRef type; ac_build_canonicalize() local 4494 arg_llvm_type(enum ac_arg_type type, unsigned size, struct ac_llvm_context *ctx) arg_llvm_type() argument [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | builtin_functions.cpp | 5645 in_var(const glsl_type *type, const char *name) in_var() argument 5651 out_var(const glsl_type *type, const char *name) out_var() argument 5687 imm(const glsl_type *type, const ir_constant_data &data) imm() argument 5816 _radians(const glsl_type *type) _radians() argument 5825 _degrees(const glsl_type *type) _degrees() argument 5837 _tan(const glsl_type *type) _tan() argument 5896 _asin(const glsl_type *type) _asin() argument 5907 _acos(const glsl_type *type) _acos() argument 5918 _sinh(const glsl_type *type) _sinh() argument 5930 _cosh(const glsl_type *type) _cosh() argument 5942 _tanh(const glsl_type *type) _tanh() argument 5963 _asinh(const glsl_type *type) _asinh() argument 5974 _acosh(const glsl_type *type) _acosh() argument 5984 _atanh(const glsl_type *type) _atanh() argument 6000 _pow(const glsl_type *type) _pow() argument 6033 _modf(builtin_available_predicate avail, const glsl_type *type) _modf() argument 6174 _isnan(builtin_available_predicate avail, const glsl_type *type) _isnan() argument 6185 _isinf(builtin_available_predicate avail, const glsl_type *type) _isinf() argument 6216 _floatBitsToInt(const glsl_type *type) _floatBitsToInt() argument 6225 _floatBitsToUint(const glsl_type *type) _floatBitsToUint() argument 6234 _intBitsToFloat(const glsl_type *type) _intBitsToFloat() argument 6243 _uintBitsToFloat(const glsl_type *type) _uintBitsToFloat() argument 6252 _doubleBitsToInt64(builtin_available_predicate avail, const glsl_type *type) _doubleBitsToInt64() argument 6261 _doubleBitsToUint64(builtin_available_predicate avail, const glsl_type *type) _doubleBitsToUint64() argument 6270 _int64BitsToDouble(builtin_available_predicate avail, const glsl_type *type) _int64BitsToDouble() argument 6279 _uint64BitsToDouble(builtin_available_predicate avail, const glsl_type *type) _uint64BitsToDouble() argument 6433 _length(builtin_available_predicate avail, const glsl_type *type) _length() argument 6444 _distance(builtin_available_predicate avail, const glsl_type *type) _distance() argument 6462 _dot(builtin_available_predicate avail, const glsl_type *type) _dot() argument 6472 _cross(builtin_available_predicate avail, const glsl_type *type) _cross() argument 6488 _normalize(builtin_available_predicate avail, const glsl_type *type) _normalize() argument 6515 _faceforward(builtin_available_predicate avail, const glsl_type *type) _faceforward() argument 6529 _reflect(builtin_available_predicate avail, const glsl_type *type) _reflect() argument 6542 _refract(builtin_available_predicate avail, const glsl_type *type) _refract() argument 6572 _matrixCompMult(builtin_available_predicate avail, const glsl_type *type) _matrixCompMult() argument 6588 _outerProduct(builtin_available_predicate avail, const glsl_type *type) _outerProduct() argument 6636 _determinant_mat2(builtin_available_predicate avail, const glsl_type *type) _determinant_mat2() argument 6648 _determinant_mat3(builtin_available_predicate avail, const glsl_type *type) _determinant_mat3() argument 6673 _determinant_mat4(builtin_available_predicate avail, const glsl_type *type) _determinant_mat4() argument 6748 _inverse_mat2(builtin_available_predicate avail, const glsl_type *type) _inverse_mat2() argument 6768 _inverse_mat3(builtin_available_predicate avail, const glsl_type *type) _inverse_mat3() argument 6830 _inverse_mat4(builtin_available_predicate avail, const glsl_type *type) _inverse_mat4() argument 6974 _lessThan(builtin_available_predicate avail, const glsl_type *type) _lessThan() argument 6982 _lessThanEqual(builtin_available_predicate avail, const glsl_type *type) _lessThanEqual() argument 6991 _greaterThan(builtin_available_predicate avail, const glsl_type *type) _greaterThan() argument 7000 _greaterThanEqual(builtin_available_predicate avail, const glsl_type *type) _greaterThanEqual() argument 7008 _equal(builtin_available_predicate avail, const glsl_type *type) _equal() argument 7016 _notEqual(builtin_available_predicate avail, const glsl_type *type) _notEqual() argument 7024 _any(const glsl_type *type) _any() argument 7036 _all(const glsl_type *type) _all() argument 7138 const glsl_type *type = flags & TEX_SPARSE ? glsl_type::int_type : return_type; _texture() local 7264 const glsl_type *type = sparse ? glsl_type::int_type : return_type; _textureCubeArrayShadow() local 7319 const glsl_type *type = sparse ? glsl_type::int_type : return_type; _texelFetch() local 7494 _fwidth(const glsl_type *type) _fwidth() argument 7505 _fwidthCoarse(const glsl_type *type) _fwidthCoarse() argument 7517 _fwidthFine(const glsl_type *type) _fwidthFine() argument 7529 _noise1(const glsl_type *type) _noise1() argument 7551 _noise2(const glsl_type *type) _noise2() argument 7561 _noise3(const glsl_type *type) _noise3() argument 7571 _noise4(const glsl_type *type) _noise4() argument 7581 _bitfieldExtract(const glsl_type *type) _bitfieldExtract() argument 7601 _bitfieldInsert(const glsl_type *type) _bitfieldInsert() argument 7624 _bitCount(const glsl_type *type) _bitCount() argument 7631 _findLSB(const glsl_type *type) _findLSB() argument 7638 _findMSB(const glsl_type *type) _findMSB() argument 7645 _countLeadingZeros(builtin_available_predicate avail, const glsl_type *type) _countLeadingZeros() argument 7653 _countTrailingZeros(builtin_available_predicate avail, const glsl_type *type) _countTrailingZeros() argument 7667 _fma(builtin_available_predicate avail, const glsl_type *type) _fma() argument 7748 _uaddCarry(const glsl_type *type) _uaddCarry() argument 7762 _addSaturate(builtin_available_predicate avail, const glsl_type *type) _addSaturate() argument 7769 _usubBorrow(const glsl_type *type) _usubBorrow() argument 7783 _subtractSaturate(builtin_available_predicate avail, const glsl_type *type) _subtractSaturate() argument 7790 _absoluteDifference(builtin_available_predicate avail, const glsl_type *type) _absoluteDifference() argument 7803 _average(builtin_available_predicate avail, const glsl_type *type) _average() argument 7810 _averageRounded(builtin_available_predicate avail, const glsl_type *type) _averageRounded() argument 7820 _mulExtended(const glsl_type *type) _mulExtended() argument 7863 _multiply32x16(builtin_available_predicate avail, const glsl_type *type) _multiply32x16() argument 7870 _interpolateAtCentroid(const glsl_type *type) _interpolateAtCentroid() argument 7882 _interpolateAtOffset(const glsl_type *type) _interpolateAtOffset() argument 7895 _interpolateAtSample(const glsl_type *type) _interpolateAtSample() argument 7938 _atomic_intrinsic2(builtin_available_predicate avail, const glsl_type *type, enum ir_intrinsic_id id) _atomic_intrinsic2() argument 7949 _atomic_intrinsic3(builtin_available_predicate avail, const glsl_type *type, enum ir_intrinsic_id id) _atomic_intrinsic3() argument 8032 _atomic_op2(const char *intrinsic, builtin_available_predicate avail, const glsl_type *type) _atomic_op2() argument 8050 _atomic_op3(const char *intrinsic, builtin_available_predicate avail, const glsl_type *type) _atomic_op3() argument 8069 _min3(const glsl_type *type) _min3() argument 8083 _max3(const glsl_type *type) _max3() argument 8097 _mid3(const glsl_type *type) _mid3() argument 8111 get_image_available_predicate(const glsl_type *type, unsigned flags) get_image_available_predicate() argument 8358 _read_first_invocation_intrinsic(const glsl_type *type) _read_first_invocation_intrinsic() argument 8367 _read_first_invocation(const glsl_type *type) _read_first_invocation() argument 8381 _read_invocation_intrinsic(const glsl_type *type) _read_invocation_intrinsic() argument 8391 _read_invocation(const glsl_type *type) _read_invocation() argument 8424 _shader_clock_intrinsic(builtin_available_predicate avail, const glsl_type *type) _shader_clock_intrinsic() argument 8432 _shader_clock(builtin_available_predicate avail, const glsl_type *type) _shader_clock() argument [all...] |
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_private.h | 541 const VkMemoryType *type; member 1083 enum v3dv_job_type type; member 1406 VkDescriptorType type; member 1718 VkDescriptorType type; member 1852 VkDescriptorType type; global() member [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 2747 unsigned type = 1u << u_bit_scan(&mask); in radv_get_memory_budget_properties() local
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.c | 424 unsigned type; member 10563 fc_pushlevel(struct r600_shader_ctx *ctx, int type) fc_pushlevel() argument [all...] |
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest.cc | 384 AssertHelper::AssertHelper(TestPartResult::Type type, in AssertHelper() argument 652 HasOneFailure(const char* , const char* , const char* , const TestPartResultArray& results, TestPartResult::Type type, const std::string& substr) HasOneFailure() argument 691 SingleFailureChecker(const TestPartResultArray* results, TestPartResult::Type type, const std::string& substr) SingleFailureChecker() argument 2878 TestPartResultTypeToString(TestPartResult::Type type) TestPartResultTypeToString() argument [all...] |
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_private.h | 407 VkDescriptorType type; member 500 VkDescriptorType type; member 626 enum pvr_sub_cmd_type type; member 834 VkIndexType type; member 1062 enum pvr_pipeline_type type; member [all...] |
H A D | pvr_cmd_buffer.c | 220 pvr_cmd_buffer_update_barriers(struct pvr_cmd_buffer *cmd_buffer, enum pvr_sub_cmd_type type) pvr_cmd_buffer_update_barriers() argument 1580 pvr_cmd_buffer_start_sub_cmd(struct pvr_cmd_buffer *cmd_buffer, enum pvr_sub_cmd_type type) pvr_cmd_buffer_start_sub_cmd() argument [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_compiler.h | 738 enum brw_shader_reloc_type type; member
|
/third_party/node/deps/v8/third_party/ittapi/include/ |
H A D | ittnotify.h | 3778 __itt_section_type type; /*!< Section content and semantics description */ global() member [all...] |
/third_party/node/deps/v8/src/wasm/baseline/mips/ |
H A D | liftoff-assembler-mips.h | 181 ChangeEndiannessLoad(LiftoffAssembler* assm, LiftoffRegister dst, LoadType type, LiftoffRegList pinned) ChangeEndiannessLoad() argument 250 ChangeEndiannessStore(LiftoffAssembler* assm, LiftoffRegister src, StoreType type, LiftoffRegList pinned) ChangeEndiannessStore() argument 550 Load(LiftoffRegister dst, Register src_addr, Register offset_reg, uint32_t offset_imm, LoadType type, LiftoffRegList pinned, uint32_t* protected_load_pc, bool is_load_mem, bool i64_offset) Load() argument 644 Store(Register dst_addr, Register offset_reg, uint32_t offset_imm, LiftoffRegister src, StoreType type, LiftoffRegList pinned, uint32_t* protected_store_pc, bool is_store_mem) Store() argument 712 AtomicLoad(LiftoffRegister dst, Register src_addr, Register offset_reg, uint32_t offset_imm, LoadType type, LiftoffRegList pinned) AtomicLoad() argument 718 AtomicStore(Register dst_addr, Register offset_reg, uint32_t offset_imm, LiftoffRegister src, StoreType type, LiftoffRegList pinned) AtomicStore() argument 724 AtomicAdd(Register dst_addr, Register offset_reg, uint32_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicAdd() argument 730 AtomicSub(Register dst_addr, Register offset_reg, uint32_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicSub() argument 736 AtomicAnd(Register dst_addr, Register offset_reg, uint32_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicAnd() argument 742 AtomicOr(Register dst_addr, Register offset_reg, uint32_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicOr() argument 748 AtomicXor(Register dst_addr, Register offset_reg, uint32_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicXor() argument 754 AtomicExchange(Register dst_addr, Register offset_reg, uint32_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicExchange() argument 761 AtomicCompareExchange( Register dst_addr, Register offset_reg, uint32_t offset_imm, LiftoffRegister expected, LiftoffRegister new_value, LiftoffRegister result, StoreType type) AtomicCompareExchange() argument 1801 LoadTransform(LiftoffRegister dst, Register src_addr, Register offset_reg, uintptr_t offset_imm, LoadType type, LoadTransformationKind transform, uint32_t* protected_load_pc) LoadTransform() argument 1809 StoreLane(Register dst, Register offset, uintptr_t offset_imm, LiftoffRegister src, StoreType type, uint8_t lane, uint32_t* protected_store_pc) StoreLane() argument 1816 LoadLane(LiftoffRegister dst, LiftoffRegister src, Register addr, Register offset_reg, uintptr_t offset_imm, LoadType type, uint8_t laneidx, uint32_t* protected_load_pc) LoadLane() argument [all...] |
/third_party/node/deps/v8/src/wasm/baseline/loong64/ |
H A D | liftoff-assembler-loong64.h | 422 Load(LiftoffRegister dst, Register src_addr, Register offset_reg, uintptr_t offset_imm, LoadType type, LiftoffRegList pinned, uint32_t* protected_load_pc, bool is_load_mem, bool i64_offset) Load() argument 471 Store(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister src, StoreType type, LiftoffRegList pinned, uint32_t* protected_store_pc, bool is_store_mem) Store() argument 508 AtomicLoad(LiftoffRegister dst, Register src_addr, Register offset_reg, uintptr_t offset_imm, LoadType type, LiftoffRegList pinned) AtomicLoad() argument 546 AtomicStore(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister src, StoreType type, LiftoffRegList pinned) AtomicStore() argument 654 AtomicSub(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicSub() argument 711 AtomicExchange(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicExchange() argument 786 AtomicCompareExchange( Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister expected, LiftoffRegister new_value, LiftoffRegister result, StoreType type) AtomicCompareExchange() argument 1782 LoadTransform(LiftoffRegister dst, Register src_addr, Register offset_reg, uintptr_t offset_imm, LoadType type, LoadTransformationKind transform, uint32_t* protected_load_pc) LoadTransform() argument 1790 LoadLane(LiftoffRegister dst, LiftoffRegister src, Register addr, Register offset_reg, uintptr_t offset_imm, LoadType type, uint8_t laneidx, uint32_t* protected_load_pc) LoadLane() argument 1797 StoreLane(Register dst, Register offset, uintptr_t offset_imm, LiftoffRegister src, StoreType type, uint8_t lane, uint32_t* protected_store_pc) StoreLane() argument [all...] |
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | layout.h | 618 /* 80*/ ATTR_TYPES type; /* Type of the attribute. */ member 723 /* 0*/ ATTR_TYPES type; /* The (32-bit) type of the attribute. */ global() member 1023 /* 0*/ ATTR_TYPES type; /* Type of referenced attribute. */ global() member 1498 ACE_TYPES type; /* Type of the ACE. */ global() member 1664 ACE_TYPES type; /* Type of the ACE. */ global() member 1686 ACE_TYPES type; /* Type of the ACE. */ global() member 2125 /* 0*/ ATTR_TYPES type; /* Type of the indexed attribute. Is global() member 2627 /* 8*/ le32 type; /* Type of this credential: global() member [all...] |
/third_party/openGLES/api/GL/ |
H A D | glxext.h | 328 int type; member
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 1030 int type; in do_relocs() local [all...] |
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_module.c | 245 } type; member 337 create_type(struct dxil_module *m, enum type_type type) in create_type() argument 417 dxil_type_to_nir_type(const struct dxil_type *type) dxil_type_to_nir_type() argument 460 struct dxil_type *type = create_type(m, TYPE_INTEGER); create_int_type() local 509 struct dxil_type *type = create_type(m, TYPE_FLOAT); create_float_type() local 570 struct dxil_type *type; dxil_module_get_pointer_type() local 591 struct dxil_type *type; dxil_module_get_struct_type() local 634 struct dxil_type *type; dxil_module_get_array_type() local 657 struct dxil_type *type; dxil_module_get_vector_type() local 896 struct dxil_type *type = create_type(m, TYPE_FUNCTION); dxil_module_add_function_type() local 1398 emit_struct_type(struct dxil_module *m, const struct dxil_type *type) emit_struct_type() argument 1428 emit_array_type(struct dxil_module *m, const struct dxil_type *type) emit_array_type() argument 1441 emit_function_type(struct dxil_module *m, const struct dxil_type *type) emit_function_type() argument 1460 emit_vector_type(struct dxil_module *m, const struct dxil_type *type) emit_vector_type() argument 1477 emit_type(struct dxil_module *m, struct dxil_type *type) emit_type() argument 1527 create_const(struct dxil_module *m, const struct dxil_type *type, bool undef) create_const() argument 1541 get_int_const(struct dxil_module *m, const struct dxil_type *type, intmax_t value) get_int_const() argument 1566 const struct dxil_type *type = get_int1_type(m); dxil_module_get_int1_const() local 1576 const struct dxil_type *type = get_int8_type(m); dxil_module_get_int8_const() local 1586 const struct dxil_type *type = get_int16_type(m); dxil_module_get_int16_const() local 1596 const struct dxil_type *type = get_int32_type(m); dxil_module_get_int32_const() local 1606 const struct dxil_type *type = get_int64_type(m); dxil_module_get_int64_const() local 1646 const struct dxil_type *type = get_float16_type(m); dxil_module_get_float16_const() local 1670 const struct dxil_type *type = get_float32_type(m); dxil_module_get_float_const() local 1694 const struct dxil_type *type = get_float64_type(m); dxil_module_get_double_const() local 1716 dxil_module_get_array_const(struct dxil_module *m, const struct dxil_type *type, const struct dxil_value **values) dxil_module_get_array_const() argument 1743 dxil_module_get_undef(struct dxil_module *m, const struct dxil_type *type) dxil_module_get_undef() argument 1801 add_gvar(struct dxil_module *m, const char *name, const struct dxil_type *type, const struct dxil_type *value_type, enum dxil_address_space as, int align, const struct dxil_value *value) add_gvar() argument 1825 dxil_add_global_var(struct dxil_module *m, const char *name, const struct dxil_type *type, enum dxil_address_space as, int align, const struct dxil_value *value) dxil_add_global_var() argument 1834 dxil_add_global_ptr_var(struct dxil_module *m, const char *name, const struct dxil_type *type, enum dxil_address_space as, int align, const struct dxil_value *value) dxil_add_global_ptr_var() argument 1844 add_function(struct dxil_module *m, const char *name, const struct dxil_type *type, bool decl, unsigned attr_set) add_function() argument 1872 dxil_add_function_def(struct dxil_module *m, const char *name, const struct dxil_type *type, unsigned num_blocks) dxil_add_function_def() argument 1931 dxil_add_function_decl(struct dxil_module *m, const char *name, const struct dxil_type *type, enum dxil_attr_kind attr) dxil_add_function_decl() argument 1943 emit_module_info_function(struct dxil_module *m, int type, bool declaration, int attr_set_index) emit_module_info_function() argument 2286 create_mdnode(struct dxil_module *m, enum mdnode_type type) create_mdnode() argument 2320 dxil_get_metadata_value(struct dxil_module *m, const struct dxil_type *type, const struct dxil_value *value) dxil_get_metadata_value() argument 2377 const struct dxil_type *type = get_int1_type(m); dxil_get_metadata_int1() local 2391 const struct dxil_type *type = get_int8_type(m); dxil_get_metadata_int8() local 2405 const struct dxil_type *type = get_int32_type(m); dxil_get_metadata_int32() local 2419 const struct dxil_type *type = get_int64_type(m); dxil_get_metadata_int64() local 2433 const struct dxil_type *type = get_float32_type(m); dxil_get_metadata_float32() local 2471 emit_metadata_value(struct dxil_module *m, const struct dxil_type *type, const struct dxil_value *value) emit_metadata_value() argument 2595 create_instr(struct dxil_module *m, enum instr_type type, const struct dxil_type *ret_type) create_instr() argument 2611 legal_arith_type(const struct dxil_type *type) legal_arith_type() argument 2688 dxil_emit_cast(struct dxil_module *m, enum dxil_cast_opcode opcode, const struct dxil_type *type, const struct dxil_value *value) dxil_emit_cast() argument 2731 dxil_emit_phi(struct dxil_module *m, const struct dxil_type *type) dxil_emit_phi() argument 2887 get_deref_type(const struct dxil_type *type) get_deref_type() argument 2905 const struct dxil_type *type = operands[0]->type; dxil_emit_gep_inbounds() local 2941 const struct dxil_type *type = ptr->type->type == TYPE_POINTER ? dxil_emit_load() local [all...] |
/third_party/mesa3d/src/intel/vulkan/ |
H A D | genX_cmd_buffer.c | 7399 vk_to_intel_index_type(VkIndexType type) vk_to_intel_index_type() argument 7413 restart_index_for_type(VkIndexType type) restart_index_for_type() argument [all...] |
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_cmd_buffer.c | 354 D3D12_COMMAND_LIST_TYPE type = in dzn_cmd_buffer_create() local 494 D3D12_COMMAND_LIST_TYPE type = in dzn_cmd_buffer_reset() local 2369 D3D12_DESCRIPTOR_HEAP_TYPE type = pipeline->root.type[r]; dzn_cmd_buffer_update_heaps() local [all...] |
/third_party/mesa3d/src/intel/isl/ |
H A D | isl.h | 1312 enum isl_base_type type; /**< Channel data encoding */ member
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cloctst.c | 3377 static const char* ULayoutTypeToString(ULayoutType type) in ULayoutTypeToString() argument [all...] |