HomeSort by: relevance | last modified time | path
    Searched refs:is_signed (Results 1 - 25 of 38) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_lower_idiv.c 44 bool is_signed; local
51 is_signed = (op == nir_op_idiv);
58 if (is_signed) {
77 if (is_signed) {
101 if (is_signed) {
nir_format_convert.h 212 bool is_signed)
218 factor[i].f32 = (1ul << (bits[i] - is_signed)) - 1;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
d3d12_nir_passes.h 58 d3d12_lower_uint_cast(nir_shader *nir, bool is_signed);
d3d12_nir_passes.c 232 lower_uint_color_write(nir_builder *b, struct nir_instr *instr, bool is_signed)
251 nir_ssa_def *def = is_signed ? nir_format_float_to_snorm(b, col, bits) :
253 if (is_signed)
261 d3d12_lower_uint_cast(nir_shader *nir, bool is_signed)
273 lower_uint_color_write(&b, instr, is_signed);
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
texcompress_bptc_tmp.h 880 bool is_signed)
924 if (is_signed) {
965 bool is_signed)
998 endpoints, is_signed);
1031 if (is_signed)
1047 bool is_signed)
1088 endpoints, is_signed);
1130 if (is_signed)
1148 float *dst, int dst_rowstride, bool is_signed)
1165 dst_rowstride, is_signed);
1738 is_signed); local
    [all...]
texcompress_bptc.c 41 bool is_signed)
47 fetch_rgb_float_from_block(block, texel, (i % 4) + (j % 4) * 4, is_signed);
175 bool is_signed)
212 is_signed);
format_utils.c 289 bool normalized, dst_integer, src_integer, is_signed; local
485 is_signed = false;
490 is_signed = _mesa_array_format_is_signed(dst_array_format);
495 is_signed = false;
498 is_signed = true;
501 is_signed = true;
504 is_signed = false;
508 is_signed = true;
530 common_type = is_signed ? MESA_ARRAY_FORMAT_TYPE_INT :
573 } else if (is_signed || bits > 8)
    [all...]
glformats.c 3604 bool normalized = false, is_float = false, is_signed = false; local
3617 is_signed = true;
3624 is_signed = true;
3631 is_signed = true;
3636 is_signed = true;
3641 is_signed = true;
3674 return MESA_ARRAY_FORMAT(bf, type_size, is_signed, is_float,
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
texcompress_bptc_tmp.h 885 bool is_signed)
929 if (is_signed) {
970 bool is_signed)
1003 endpoints, is_signed);
1036 if (is_signed)
1052 bool is_signed)
1093 endpoints, is_signed);
1133 if (is_signed)
1151 float *dst, int dst_rowstride, bool is_signed)
1168 dst_rowstride, is_signed);
1741 is_signed); local
    [all...]
texcompress_bptc.c 41 bool is_signed)
47 fetch_rgb_float_from_block(block, texel, (i % 4) + (j % 4) * 4, is_signed);
172 bool is_signed)
209 is_signed);
format_utils.c 279 bool normalized, dst_integer, src_integer, is_signed; local
471 is_signed = false;
476 is_signed = _mesa_array_format_is_signed(dst_array_format);
481 is_signed = false;
484 is_signed = true;
487 is_signed = true;
490 is_signed = false;
494 is_signed = true;
516 common_type = is_signed ? MESA_ARRAY_FORMAT_TYPE_INT :
559 } else if (is_signed || bits > 8)
    [all...]
glformats.c 3530 bool normalized = false, is_float = false, is_signed = false; local
3540 is_signed = true;
3547 is_signed = true;
3554 is_signed = true;
3559 is_signed = true;
3564 is_signed = true;
3583 return MESA_ARRAY_FORMAT(type_size, is_signed, is_float,
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
test_sdwa.cpp 155 for (unsigned is_signed = 0; is_signed <= 1; is_signed++) {
157 if (!setup_cs("v1 v1 s1 s1", (chip_class)i, CHIP_UNKNOWN, is_signed ? "_signed" : "_unsigned"))
172 Operand::c32(is_signed));
177 Operand::c32(is_signed));
182 Operand::c32(is_signed));
187 Operand::c32(is_signed));
192 Operand::c32(is_signed));
197 Operand::c32(16u), Operand::c32(is_signed));
    [all...]
test_to_hw_instr.cpp 505 for (unsigned is_signed = 0; is_signed <= 1; is_signed++) {
506 if (!setup_cs(NULL, (chip_class)i, CHIP_UNKNOWN, is_signed ? "_signed" : "_unsigned"))
511 Operand::c32(size), Operand::c32(is_signed));
538 Operand(s1_lo, s1), Operand::c32(idx), Operand::c32(size), Operand::c32(is_signed));
561 Operand::c32(idx), Operand::c32(8u), Operand::c32(is_signed));
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_lower_idiv.c 48 bool is_signed; local
50 is_signed = (op == nir_op_idiv ||
54 if (is_signed) {
73 if (is_signed) {
100 if (is_signed) {
nir_format_convert.h 234 bool is_signed)
240 factor[i].f32 = (1ull << (bits[i] - is_signed)) - 1;
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/llvm/
metadata.hpp 108 bool is_signed = ::llvm::cast< ::llvm::ConstantInt>(value) local
113 if (!is_signed)
  /xsrc/external/mit/MesaLib/dist/src/panfrost/util/
pan_lower_framebuffer.c 254 bool is_signed)
259 is_signed ?
271 is_signed ?
328 pan_pack_int_1010102(nir_builder *b, nir_ssa_def *v, bool is_signed)
333 if (is_signed) {
349 pan_unpack_int_1010102(nir_builder *b, nir_ssa_def *packed, bool is_signed)
359 if (is_signed)
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_instruction_fetch.h 100 bool is_signed() const { return m_flags.test(vtx_format_comp_signed);} function in class:r600::FetchInstruction
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_reg.h 364 brw_int_type(unsigned sz, bool is_signed)
368 return (is_signed ? BRW_REGISTER_TYPE_B : BRW_REGISTER_TYPE_UB);
370 return (is_signed ? BRW_REGISTER_TYPE_W : BRW_REGISTER_TYPE_UW);
372 return (is_signed ? BRW_REGISTER_TYPE_D : BRW_REGISTER_TYPE_UD);
374 return (is_signed ? BRW_REGISTER_TYPE_Q : BRW_REGISTER_TYPE_UQ);
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_reg.h 362 brw_int_type(unsigned sz, bool is_signed)
366 return (is_signed ? BRW_REGISTER_TYPE_B : BRW_REGISTER_TYPE_UB);
368 return (is_signed ? BRW_REGISTER_TYPE_W : BRW_REGISTER_TYPE_UW);
370 return (is_signed ? BRW_REGISTER_TYPE_D : BRW_REGISTER_TYPE_UD);
372 return (is_signed ? BRW_REGISTER_TYPE_Q : BRW_REGISTER_TYPE_UQ);
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_format_s3tc.c 895 bool is_signed,
916 type8.sign = is_signed;
930 if (is_signed) {
939 if (is_signed) {
1023 if (is_signed) {
2440 bool is_signed = (format == PIPE_FORMAT_RGTC1_SNORM); local
2441 LLVMValueRef red = s3tc_dxt5_alpha_channel(gallivm, is_signed, n, red_hi, red_lo, i, j);
2450 rgba = lp_build_const_int_vec(gallivm, type, is_signed ? (0x7f << 24) : (0xff << 24));
2467 bool is_signed = (format == PIPE_FORMAT_RGTC2_SNORM); local
2468 LLVMValueRef red = s3tc_dxt5_alpha_channel(gallivm, is_signed, n, red_hi, red_lo, i, j)
2495 bool is_signed = (format == PIPE_FORMAT_LATC1_SNORM); local
2526 bool is_signed = (format == PIPE_FORMAT_LATC2_SNORM); local
    [all...]
lp_bld_format_soa.c 761 bool is_signed = (format_desc->format == PIPE_FORMAT_RGTC1_SNORM || local
777 tmp_type.sign = is_signed;
787 frgba8_desc = util_format_description(is_signed ? PIPE_FORMAT_R8G8B8A8_SNORM : PIPE_FORMAT_R8G8B8A8_UNORM);
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
vtn_alu.c 1049 bool is_signed = opcode == SpvOpSDotKHR || opcode == SpvOpSUDotKHR || local
1127 dest = is_signed
1131 dest = is_signed
  /xsrc/external/mit/MesaLib/dist/src/gallium/tests/trivial/
compute.c 1252 bool is_signed = (util_format_description(surface_fmts[i]) local
1273 check_tex(ctx, 1, (is_int && is_signed ? test_surface_st_expects :
1274 is_int && !is_signed ? test_surface_st_expectu :

Completed in 37 milliseconds

1 2