/aosp_15_r20/art/compiler/optimizing/ |
H A D | data_type.cc | 40 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/ |
D | uint.hpp | 44 #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 D | lp_bld_jit_sample.c | 164 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 D | nir_to_spirv.c | 459 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 D | generate_real.h | 72 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 D | generate_real.h | 72 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/ |
D | generate_real.h | 72 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 D | generate_real.h | 72 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 D | generate_real.h | 72 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 D | generate_real.h | 72 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 D | generate_real.h | 72 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 D | hex_float.h | 59 typedef void uint_type; typedef
|
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/ |
D | hex_float.h | 59 typedef void uint_type; typedef
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/util/ |
H A D | hex_float.h | 68 using uint_type = void; member
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/util/ |
D | hex_float.h | 68 using uint_type = void; member
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/util/ |
H A D | hex_float.h | 68 using uint_type = void; member
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ip/ |
D | address_v4.hpp | 54 typedef uint_least32_t uint_type; typedef in boost::asio::ip::address_v4
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | ir_expression_operation.py | 83 uint_type = type("unsigned", "u", "GLSL_TYPE_UINT") variable
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | inst_buff_addr_check_pass.cpp | 200 const analysis::Integer* uint_type = GetInteger(32, false); in GetSearchAndTestFuncId() local
|
D | inst_debug_printf_pass.cpp | 313 const analysis::Type* uint_type = GetInteger(32, false); in GetStreamWriteFunctionId() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | inst_buff_addr_check_pass.cpp | 200 const analysis::Integer* uint_type = GetInteger(32, false); in GetSearchAndTestFuncId() local
|
H A D | inst_debug_printf_pass.cpp | 313 const analysis::Type* uint_type = GetInteger(32, false); in GetStreamWriteFunctionId() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmFloatControls2Tests.cpp | 397 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 D | v3d_nir_lower_io.c | 594 const struct glsl_type *uint_type = glsl_uint_type(); in emit_gs_prolog() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | fuzzerutil_test.cpp | 1609 const uint32_t uint_type = 9; // The id of OpTypeInt 32 0 in TEST() local
|