Home
last modified time | relevance | path

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

12

/aosp_15_r20/art/compiler/optimizing/
H A Ddata_type.cc40 uint32_t uint_type = static_cast<uint32_t>(type); in PrettyDescriptor() local
46 uint32_t uint_type = static_cast<uint32_t>(type); in operator <<() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/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
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_jit_sample.c164 struct lp_type uint_type = lp_uint_type(params->type); in lp_bld_llvm_sampler_soa_emit_fetch_texel() local
343 struct lp_type uint_type = lp_uint_type(params->int_type); in lp_bld_llvm_sampler_soa_emit_size_query() local
456 struct lp_type uint_type = lp_uint_type(params->type); in lp_bld_llvm_image_soa_emit_op() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c459 SpvId uint_type = spirv_builder_type_uint(&ctx->builder, bit_size); in get_uvec_type() local
1298 SpvId uint_type = spirv_builder_type_uint(&ctx->builder, bitsize); in get_bo_array_type() local
2321 SpvId uint_type = get_uvec_type(ctx, bit_size, 1); in emit_load_shared() local
2354 SpvId uint_type = get_uvec_type(ctx, bit_size, 1); in emit_store_shared() local
2383 SpvId uint_type = get_uvec_type(ctx, bit_size, 1); in emit_load_scratch() local
2416 SpvId uint_type = get_uvec_type(ctx, bit_size, 1); in emit_store_scratch() local
2442 SpvId uint_type = get_uvec_type(ctx, 32, 1); in emit_load_push_const() local
2850 SpvId uint_type = get_uvec_type(ctx, 32, 1); in emit_get_ssbo_size() local
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/random/internal/
H A Dgenerate_real.h72 using uint_type = absl::conditional_t<std::is_same<real_type, float>::value, variable
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/random/internal/
H A Dgenerate_real.h72 using uint_type = absl::conditional_t<std::is_same<real_type, float>::value, variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Dgenerate_real.h72 using uint_type = absl::conditional_t<std::is_same<real_type, float>::value, variable
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/random/internal/
H A Dgenerate_real.h72 using uint_type = absl::conditional_t<std::is_same<real_type, float>::value, variable
/aosp_15_r20/external/abseil-cpp/absl/random/internal/
H A Dgenerate_real.h72 using uint_type = absl::conditional_t<std::is_same<real_type, float>::value, variable
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/random/internal/
H A Dgenerate_real.h72 using uint_type = absl::conditional_t<std::is_same<real_type, float>::value, variable
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/random/internal/
H A Dgenerate_real.h72 using uint_type = absl::conditional_t<std::is_same<real_type, float>::value, variable
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A Dhex_float.h59 typedef void uint_type; typedef
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/
Dhex_float.h59 typedef void uint_type; typedef
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/util/
H A Dhex_float.h68 using uint_type = void; member
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/util/
Dhex_float.h68 using uint_type = void; member
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dhex_float.h68 using uint_type = void; member
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ip/
Daddress_v4.hpp54 typedef uint_least32_t uint_type; typedef in boost::asio::ip::address_v4
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dir_expression_operation.py83 uint_type = type("unsigned", "u", "GLSL_TYPE_UINT") variable
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dinst_buff_addr_check_pass.cpp200 const analysis::Integer* uint_type = GetInteger(32, false); in GetSearchAndTestFuncId() local
Dinst_debug_printf_pass.cpp313 const analysis::Type* uint_type = GetInteger(32, false); in GetStreamWriteFunctionId() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinst_buff_addr_check_pass.cpp200 const analysis::Integer* uint_type = GetInteger(32, false); in GetSearchAndTestFuncId() local
H A Dinst_debug_printf_pass.cpp313 const analysis::Type* uint_type = GetInteger(32, false); in GetStreamWriteFunctionId() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmFloatControls2Tests.cpp397 typedef uint16_t uint_type; typedef
402 typedef uint32_t uint_type; typedef
407 typedef uint64_t uint_type; typedef
/aosp_15_r20/external/mesa3d/src/broadcom/compiler/
H A Dv3d_nir_lower_io.c594 const struct glsl_type *uint_type = glsl_uint_type(); in emit_gs_prolog() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dfuzzerutil_test.cpp1609 const uint32_t uint_type = 9; // The id of OpTypeInt 32 0 in TEST() local

12