HomeSort by relevance Sort by last modified time
    Searched refs:deCtz32 (Results 1 - 5 of 5) sorted by null

  /external/deqp/framework/delibs/debase/
deInt32Test.c 98 /* Test deCtz32(). */
103 DE_TEST_ASSERT(deCtz32(1u << i) == i);
104 DE_TEST_ASSERT(deCtz32(~((1u << i)-1u)) == i);
108 DE_TEST_ASSERT(deCtz32(0) == 32);
109 DE_TEST_ASSERT(deCtz32(1) == 0);
110 DE_TEST_ASSERT(deCtz32(0x3F4) == 2);
111 DE_TEST_ASSERT(deCtz32(0x3F40) == 6);
112 DE_TEST_ASSERT(deCtz32(0xFFFFFFFF) == 0);
deInt32.h 337 DE_INLINE int deCtz32 (deUint32 a)
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferViewCreateTests.cpp 143 (deUint32)deCtz32(memReqs.memoryTypeBits) // deUint32 memoryTypeIndex
vktApiBufferTests.cpp 243 const deUint32 heapTypeIndex = (deUint32)deCtz32(memReqs.memoryTypeBits);
vktApiObjectManagementTests.cpp 615 return DeviceMemory::Parameters(memReqs.size, deCtz32(memReqs.memoryTypeBits));
    [all...]

Completed in 912 milliseconds