Home
last modified time | relevance | path

Searched refs:typeBits (Results 1 – 6 of 6) sorted by relevance

/external/OpenCL-CTS/test_conformance/integer_ops/
Dtest_integers.cpp256 int typeBits; in verify_integer_clz() local
262 typeBits = 8 * sizeof( cl_char ); in verify_integer_clz()
266 typeBits = 8 * sizeof( cl_uchar ); in verify_integer_clz()
270 typeBits = 8 * sizeof( cl_short ); in verify_integer_clz()
274 typeBits = 8 * sizeof( cl_ushort ); in verify_integer_clz()
278 typeBits = 8 * sizeof( cl_int ); in verify_integer_clz()
282 typeBits = 8 * sizeof( cl_uint ); in verify_integer_clz()
286 typeBits = 8 * sizeof( cl_long ); in verify_integer_clz()
291 typeBits = 8 * sizeof( cl_ulong ); in verify_integer_clz()
298 count = typeBits; in verify_integer_clz()
[all …]
/external/swiftshader/tests/VulkanWrapper/
DUtil.cpp21 uint32_t getMemoryTypeIndex(vk::PhysicalDevice physicalDevice, uint32_t typeBits, vk::MemoryPropert… in getMemoryTypeIndex() argument
26 if((typeBits & 1) == 1) in getMemoryTypeIndex()
33 typeBits >>= 1; in getMemoryTypeIndex()
DUtil.hpp25 uint32_t getMemoryTypeIndex(vk::PhysicalDevice physicalDevice, uint32_t typeBits, vk::MemoryPropert…
/external/deqp/modules/gles31/functional/
Des31fMultisampleTests.cpp698 …skConstancyCase (Context& context, const char* name, const char* description, deUint32 typeBits);
711 …:MaskConstancyCase (Context& context, const char* name, const char* description, deUint32 typeBits) in MaskConstancyCase() argument
713 , m_isAlphaToCoverageCase (0 != (typeBits & CASEBIT_ALPHA_TO_COVERAGE)) in MaskConstancyCase()
714 , m_isSampleCoverageCase (0 != (typeBits & CASEBIT_SAMPLE_COVERAGE)) in MaskConstancyCase()
715 , m_isInvertedSampleCoverageCase (0 != (typeBits & CASEBIT_SAMPLE_COVERAGE_INVERTED)) in MaskConstancyCase()
716 , m_isSampleMaskCase (0 != (typeBits & CASEBIT_SAMPLE_MASK)) in MaskConstancyCase()
719 DE_ASSERT((typeBits & CASEBIT_SAMPLE_COVERAGE) || ~(typeBits & CASEBIT_SAMPLE_COVERAGE_INVERTED)); in MaskConstancyCase()
/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp1279 int typeBits = sizeof(Type) * 8; in unpackSizedComponents() local
1285 …return ((c1) << (typeBits - s1)) | ((c2) << (typeBits - s1 - s2)) | ((c3) << (typeBits - s1 - s2 -… in unpackSizedComponents()
1286 ((c4) << (typeBits - s1 - s2 - s3 - s4)); in unpackSizedComponents()
1292 int typeBits = sizeof(Type) * 8; in unpackSizedComponentsRev() local
1298 …return ((c4) << (typeBits - s1)) | ((c3) << (typeBits - s1 - s2)) | ((c2) << (typeBits - s1 - s2 -… in unpackSizedComponentsRev()
1299 ((c1) << (typeBits - s1 - s2 - s3 - s4)); in unpackSizedComponentsRev()
/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp985 uint32_t typeBits, in memory_type_from_properties() argument
992 if ((typeBits & 1) == 1) in memory_type_from_properties()
1002 typeBits >>= 1; in memory_type_from_properties()