Home
last modified time | relevance | path

Searched defs:uint_type (Results 1 – 25 of 29) sorted by relevance

12

/third_party/boost/boost/spirit/home/x3/numeric/
Duint.hpp44 #define BOOST_SPIRIT_X3_UINT_PARSER(uint_type, name) \ argument
61 #define BOOST_SPIRIT_X3_UINT_PARSER(uint_type, radix, name) \ argument
/third_party/abseil-cpp/absl/random/internal/
Dgenerate_real.h72 using uint_type = absl::conditional_t<std::is_same<real_type, float>::value, variable
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dgenerate_real.h72 using uint_type = absl::conditional_t<std::is_same<real_type, float>::value, variable
/third_party/flutter/skia/third_party/externals/spirv-tools/source/util/
Dhex_float.h59 using uint_type = void; member
/third_party/skia/third_party/externals/spirv-tools/source/util/
Dhex_float.h68 using uint_type = void; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
Dhex_float.h68 using uint_type = void; member
/third_party/spirv-tools/source/util/
Dhex_float.h68 using uint_type = void; member
/third_party/glslang/SPIRV/
Dhex_float.h72 typedef void uint_type; typedef
/third_party/boost/boost/asio/ip/
Daddress_v4.hpp54 typedef uint_least32_t uint_type; typedef in boost::asio::ip::address_v4
/third_party/boost/libs/asio/include/boost/asio/ip/
Daddress_v4.hpp54 typedef uint_least32_t uint_type; typedef in boost::asio::ip::address_v4
/third_party/mindspore/mindspore/common/
Ddtype.py135 uint_type = (uint8, uint16, uint32, uint64,) variable
/third_party/mesa3d/src/compiler/glsl/
Dir_expression_operation.py82 uint_type = type("unsigned", "u", "GLSL_TYPE_UINT") variable
Dir_constant_expression.cpp744 const struct glsl_type *uint_type = in constant_expression_value() local
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c290 SpvId uint_type = spirv_builder_type_uint(&ctx->builder, bit_size); in get_uvec_type() local
926 SpvId uint_type = spirv_builder_type_uint(&ctx->builder, bitsize); in get_bo_array_type() local
1956 SpvId uint_type = get_uvec_type(ctx, MIN2(bit_size, 32), 1); in emit_load_bo() local
2062 SpvId uint_type = get_uvec_type(ctx, 32, 1); in emit_store_ssbo() local
2229 SpvId uint_type = get_uvec_type(ctx, 32, 1); in emit_load_shared() local
2266 SpvId uint_type = get_uvec_type(ctx, 32, 1); in emit_store_shared() local
2293 SpvId uint_type = get_uvec_type(ctx, 32, 1); in emit_load_push_const() local
2512 SpvId uint_type = get_uvec_type(ctx, 32, 1); in emit_ssbo_atomic_intrinsic() local
2555 SpvId uint_type = get_uvec_type(ctx, 32, 1); in emit_get_ssbo_size() local
/third_party/boost/boost/convert/
Dstrtol.hpp161 using uint_type = unsigned int; in str_to_i() typedef
Dbase.hpp37 using uint_type = unsigned int; typedef
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dconstants.cpp437 Type* uint_type = context()->get_type_mgr()->GetUIntType(); in GetUIntConst() local
Dgraphics_robust_access_pass.cpp798 auto* uint_type = type_mgr->GetRegisteredType(&uint_type_for_query); in MakeRuntimeArrayLengthInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconstants.cpp454 Type* uint_type = context()->get_type_mgr()->GetUIntType(); in GetUIntConst() local
Dgraphics_robust_access_pass.cpp798 auto* uint_type = type_mgr->GetRegisteredType(&uint_type_for_query); in MakeRuntimeArrayLengthInst() local
/third_party/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_io.c652 const struct glsl_type *uint_type = glsl_uint_type(); in emit_gs_prolog() local
/third_party/spirv-tools/source/opt/
Dgraphics_robust_access_pass.cpp797 auto* uint_type = type_mgr->GetRegisteredType(&uint_type_for_query); in MakeRuntimeArrayLengthInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dfuzzerutil_test.cpp1609 const uint32_t uint_type = 9; // The id of OpTypeInt 32 0 in TEST() local
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dfuzzerutil_test.cpp1609 const uint32_t uint_type = 9; // The id of OpTypeInt 32 0 in TEST() local
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_hlsl.cpp3497 auto uint_type = to_unsigned_basetype(integer_width); in emit_glsl_op() local
4561 auto uint_type = to_unsigned_basetype(integer_width); in emit_subgroup_op() local
4765 auto uint_type = to_unsigned_basetype(integer_width); in emit_instruction() local
5671 SPIRType uint_type; in remap_num_workgroups_builtin() local

12