Home
last modified time | relevance | path

Searched defs:is_signed (Results 51 - 75 of 101) sorted by relevance

12345

/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_donate_modules.cpp237 const bool is_signed = in HandleTypeOrValue() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_peeling.cpp669 bool is_signed = canonical_induction_variable in ProcessLoop() local
H A Dtypes.h224 Integer(uint32_t w, bool is_signed) in Integer() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass.cpp240 uint32_t FuzzerPass::FindOrCreateIntegerType(uint32_t width, bool is_signed) { in FindOrCreateIntegerType() argument
347 FindOrCreatePointerToIntegerType( uint32_t width, bool is_signed, SpvStorageClass storage_class) FindOrCreatePointerToIntegerType() argument
353 FindOrCreateIntegerConstant( const std::vector<uint32_t>& words, uint32_t width, bool is_signed, bool is_irrelevant) FindOrCreateIntegerConstant() argument
H A Dfuzzer_pass_donate_modules.cpp237 const bool is_signed = in HandleTypeOrValue() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_peeling.cpp669 bool is_signed = canonical_induction_variable in ProcessLoop() local
H A Dtypes.h224 Integer(uint32_t w, bool is_signed) in Integer() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_type.cpp259 const bool is_signed = type_words[3] > 0; in ValidateTypeArray() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-open-type.hh
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass.cpp241 uint32_t FuzzerPass::FindOrCreateIntegerType(uint32_t width, bool is_signed) { in FindOrCreateIntegerType() argument
348 FindOrCreatePointerToIntegerType( uint32_t width, bool is_signed, spv::StorageClass storage_class) FindOrCreatePointerToIntegerType() argument
354 FindOrCreateIntegerConstant( const std::vector<uint32_t>& words, uint32_t width, bool is_signed, bool is_irrelevant) FindOrCreateIntegerConstant() argument
H A Dfuzzer_pass_donate_modules.cpp237 const bool is_signed = in HandleTypeOrValue() local
/third_party/spirv-tools/source/opt/
H A Dloop_peeling.cpp670 bool is_signed = canonical_induction_variable in ProcessLoop() local
H A Dinstrument_pass.cpp383 analysis::Integer* InstrumentPass::GetInteger(uint32_t width, bool is_signed) { in GetInteger() argument
H A Dtypes.h232 Integer(uint32_t w, bool is_signed) in Integer() argument
/third_party/spirv-tools/source/val/
H A Dvalidate_type.cpp259 const bool is_signed = type_words[3] > 0; in ValidateTypeArray() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_etc_decode.c489 nir_ssa_def *is_signed = nir_ior(&b, nir_ieq_imm(&b, format, VK_FORMAT_EAC_R11_SNORM_BLOCK), in build_shader() local
117 decode_etc2_alpha(struct nir_builder *b, nir_ssa_def *alpha_payload, nir_ssa_def *linear_pixel, bool eac, nir_ssa_def *is_signed) decode_etc2_alpha() argument
/third_party/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c1252 bool is_signed = (util_format_description(surface_fmts[i]) in test_surface_st() local
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_bptc_tmp.h866 extract_float_endpoints(const struct bptc_float_mode *mode, const uint8_t *block, int bit_offset, int32_t endpoints[][3], bool is_signed) extract_float_endpoints() argument
952 fetch_rgb_float_from_block(const uint8_t *block, float *result, int texel, bool is_signed) fetch_rgb_float_from_block() argument
1034 decompress_rgb_float_block(unsigned src_width, unsigned src_height, const uint8_t *block, float *dst_row, unsigned dst_rowstride, bool is_signed) decompress_rgb_float_block() argument
1136 decompress_rgb_float(int width, int height, const uint8_t *src, int src_rowstride, float *dst, int dst_rowstride, bool is_signed) decompress_rgb_float() argument
1488 clamp_value(float value, bool is_signed) clamp_value() argument
1507 get_endpoints_float(int width, int height, const float *src, int src_rowstride, float average_luminance, float endpoints[][3], bool is_signed) get_endpoints_float() argument
1639 get_endpoint_value(float value, bool is_signed) get_endpoint_value() argument
1669 compress_rgb_float_block(int src_width, int src_height, const float *src, int src_rowstride, uint8_t *dst, bool is_signed) compress_rgb_float_block() argument
1707 compress_rgb_float(int width, int height, const float *src, int src_rowstride, uint8_t *dst, int dst_rowstride, bool is_signed) compress_rgb_float() argument
1728 is_signed); compress_rgb_float() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_nir.cpp828 emit_find_msb_using_lzd(const vec4_builder &bld, const dst_reg &dst, const src_reg &src, bool is_signed) emit_find_msb_using_lzd() argument
/third_party/ltp/tools/sparse/sparse-src/
H A Dexpand.c196 int is_signed; in simplify_int_binop() local
H A Dshow-parse.c993 int new, is_signed; in show_cast_expr() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_nir_passes.c271 lower_uint_color_write(nir_builder *b, struct nir_instr *instr, bool is_signed) in lower_uint_color_write() argument
300 d3d12_lower_uint_cast(nir_shader *nir, bool is_signed) in d3d12_lower_uint_cast() argument
/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.cc656 int Instruction::GetSVEMsizeFromDtype(bool is_signed, int dtype_h_lsb) const { in GetSVEMsizeFromDtype() argument
664 int Instruction::GetSVEEsizeFromDtype(bool is_signed, int dtype_l_lsb) const { in GetSVEEsizeFromDtype() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
H A Dint128.h262 static constexpr bool is_signed = false; member in std::numeric_limits
497 static constexpr bool is_signed = true; member in std::numeric_limits
/third_party/ffmpeg/libavcodec/
H A Dsnow.h512 static inline void put_symbol(RangeCoder *c, uint8_t *state, int v, int is_signed){ in put_symbol() argument
543 static inline int get_symbol(RangeCoder *c, uint8_t *state, int is_signed){ in get_symbol() argument

Completed in 78 milliseconds

12345