| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_texture.c | 175 const uint32_t sign_bit[4] = { local in function:r300_translate_texformat 275 result |= sign_bit[0]; 282 result |= sign_bit[1] | sign_bit[0]; 313 result |= sign_bit[i];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_texture.c | 176 const uint32_t sign_bit[4] = { local in function:r300_translate_texformat 276 result |= sign_bit[0]; 284 result |= sign_bit[1] | sign_bit[0]; 316 result |= sign_bit[i];
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | vtn_glsl450.c | 336 nir_ssa_def *sign_bit = local in function:handle_glsl450_alu 349 nir_iand(nb, src[0], sign_bit), 361 nir_ssa_def *sign_bit = local in function:handle_glsl450_alu 371 nir_iand(nb, src[0], sign_bit),
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_state_common.c | 2634 const uint32_t sign_bit[4] = { local in function:r600_translate_texformat 2758 word4 |= sign_bit[0]; 2765 word4 |= sign_bit[0] | sign_bit[1]; 2810 word4 |= sign_bit[0] | sign_bit[1] | sign_bit[2]; 2846 word4 |= sign_bit[i];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_state_common.c | 2714 const uint32_t sign_bit[4] = { local in function:r600_translate_texformat 2838 word4 |= sign_bit[0]; 2846 word4 |= sign_bit[0] | sign_bit[1]; 2892 word4 |= sign_bit[0] | sign_bit[1] | sign_bit[2]; 2928 word4 |= sign_bit[i];
|
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/ |
| H A D | gtest-internal.h | 246 // sign_bit exponent_bits fraction_bits 248 // Here, sign_bit is a single bit that designates the sign of the 343 Bits sign_bit() const { return kSignBitMask & u_.bits_; } function in class:testing::internal::FloatingPoint
|
| /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/ |
| H A D | gtest-internal.h | 222 // sign_bit exponent_bits fraction_bits 224 // Here, sign_bit is a single bit that designates the sign of the 319 Bits sign_bit() const { return kSignBitMask & u_.bits_; } function in class:testing::internal::FloatingPoint
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.c | 3006 LLVMValueRef sign_bit = cos ? LLVMBuildShl(b, LLVMBuildAnd(b, const_4, local in function:lp_build_sin_or_cos 3008 const_29, "sign_bit") : 3012 sign_mask, "sign_bit"); 3126 * y = _mm_xor_ps(y, sign_bit); 3128 LLVMValueRef y_sign = LLVMBuildXor(b, y_combine, sign_bit, "y_sign");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.c | 2895 LLVMValueRef sign_bit = cos ? LLVMBuildShl(b, LLVMBuildAnd(b, const_4, local in function:lp_build_sin_or_cos 2897 const_29, "sign_bit") : 2901 sign_mask, "sign_bit"); 3015 * y = _mm_xor_ps(y, sign_bit); 3017 LLVMValueRef y_sign = LLVMBuildXor(b, y_combine, sign_bit, "y_sign");
|