Home
last modified time | relevance | path

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

/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/swiftshader/third_party/SPIRV-Tools/source/util/
Dhex_float.h68 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/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/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/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/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c305 SpvId uint_type = spirv_builder_type_uint(&ctx->builder, bit_size); in get_uvec_type() local
995 SpvId uint_type = spirv_builder_type_uint(&ctx->builder, bitsize); in get_bo_array_type() local
2418 SpvId uint_type = get_uvec_type(ctx, 32, 1); in emit_load_shared() local
2448 SpvId uint_type = get_uvec_type(ctx, 32, 1); in emit_store_shared() local
2474 SpvId uint_type = get_uvec_type(ctx, 32, 1); in emit_load_push_const() local
2704 SpvId uint_type = get_uvec_type(ctx, 32, 1); in emit_get_ssbo_size() 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/
Dconstants.cpp455 Type* uint_type = context()->get_type_mgr()->GetUIntType(); in GetUIntConst() local
Dgraphics_robust_access_pass.cpp794 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/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/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
Dspirv_glsl.cpp3677 SPIRType uint_type; in emit_output_variable_initializer() local
7220 auto uint_type = to_unsigned_basetype(integer_width); in emit_glsl_op() local
7778 auto uint_type = to_unsigned_basetype(integer_width); in emit_subgroup_op() local
9970 auto uint_type = to_unsigned_basetype(integer_width); in emit_instruction() local
Dspirv_msl.cpp7519 auto uint_type = to_unsigned_basetype(integer_width); in emit_instruction() local
8789 auto uint_type = to_unsigned_basetype(integer_width); in emit_glsl_op() local
13649 auto uint_type = to_unsigned_basetype(integer_width); in emit_subgroup_op() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp346 typedef deUint16 uint_type; typedef
351 typedef deUint32 uint_type; typedef
356 typedef deUint64 uint_type; typedef
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp346 typedef deUint16 uint_type; typedef
351 typedef deUint32 uint_type; typedef
356 typedef deUint64 uint_type; typedef
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp13909 const Utils::_variable_type uint_type = Utils::getUintVariableType(1, n_rows); in getFunctionObject() local