| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| H A D | vktApiBufferMarkerTests.cpp | 424 const deUint32 value = i; in bufferMarkerOverwrite() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
| H A D | vktBindingDescriptorBufferTests.cpp | 89 inline deUint32 u32(const T& value) in u32() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
| H A D | vktImageSubresourceLayoutTests.cpp | 301 float value; in getNormalFPValue() local 311 double value; in getNormalFPValue() local 321 tcu::Float16 value; in getNormalFPValue() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
| H A D | vktMemoryAllocationTests.cpp | 119 T roundUpToNextMultiple (T value, T multiple) in roundUpToNextMultiple() argument
|
| H A D | vktMemoryRequirementsTests.cpp | 229 T nextEnum (T value) in nextEnum() argument 235 T nextFlag (T value) in nextFlag() argument 244 T nextFlagExcluding (T value, T excludedFlags) in nextFlagExcluding() argument 251 bool validValueVkBool32 (const VkBool32 value) in validValueVkBool32() argument 2209 VkImageTiling value; populateMultiplaneTestGroup() member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
| H A D | vktMeshShaderConditionalRenderingTestsEXT.cpp | 88 std::string paddedHex (uint32_t value) in paddedHex() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineImageUtil.cpp | 45 static deUint32 getNextMultiple (deUint32 divisor, deUint32 value) in getNextMultiple() argument 55 static deUint32 getNextMultiple (const std::vector<deUint32>& divisors, deUint32 value) in getNextMultiple() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
| H A D | vktProtectedMemYCbCrConversionTests.cpp | 1311 vk::VkSamplerYcbcrRange value; in createYCbCrConversionTests() member 1316 vk::VkChromaLocation value; in createYCbCrConversionTests() member 1342 const vk::VkSamplerYcbcrModelConversion value; in createYCbCrConversionTests() member 1355 vk::VkImageTiling value; in createYCbCrConversionTests() member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
| H A D | vktRasterizationFragShaderSideEffectsTests.cpp | 118 vk::VkBool32 makeVkBool32 (bool value) in makeVkBool32() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| H A D | vktRenderPassUnusedClearAttachmentTests.cpp | 1156 const float value = depthAccess.getPixDepth(x, y); in iterate() local 1162 << x << ", " << y << "): expected value " << refDepth << " and found " << value; in iterate() local 1185 const int value = stencilAccess.getPixStencil(x, y); in iterate() local 1191 << x << ", " << y << "): expected value " << refStencil << " and found " << value; iterate() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
| H A D | vktShaderCommonFunctionTests.cpp | 259 const float value; member 270 const double value; member 281 const deUint32 value; member 293 const void* value; global() member 661 const deUint64 value = (sign << (numMantissaBits + exponentBits)) | (exp << numMantissaBits) | static_cast<deUint32>(mantissa); infNanRandomFloats() local [all...] |
| H A D | vktShaderIntegerFunctionTests.cpp | 62 const float value; member 74 const void* value; member 210 toPrecision(deUint32 value, int numIntegerBits) toPrecision() argument 215 toPrecision(deInt32 value, int numIntegerBits) toPrecision() argument 870 const deUint32 value = ((const deUint32*)inputs[0])[compNdx]; compare() local 1016 const deUint32 value = ((const deUint32*)inputs[0])[compNdx]; compare() local 1076 const deUint32 value = ((const deUint32*)inputs[0])[compNdx]; compare() local 1140 const deUint32 value = ((const deUint32*)inputs[0])[compNdx]; compare() local 1204 const deUint32 value = ((const deUint32*)inputs[0])[compNdx]; compare() local [all...] |
| H A D | vktShaderPackingFunctionTests.cpp | 59 const float value; member 749 const deUint16 value = tcu::Float16::construct(s, exp != 0 ? exp : 1 /* avoid denorm */, static_cast<deUint16>((1u<<10) | mantissa)).bits(); iterate() local 762 const deUint16 value = tcu::Float16(composeHalfFloat(sign, 0u /* force denorm */, mantissa)).bits(); iterate() local 870 const deUint32 value = (((sign == NEGATIVE ? 1u : 0u) << 5u | exponent) << 10u) | significand; composeHalfFloat() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsm64bitCompareTests.cpp | 1168 bool genericIsNan<double> (double value) in genericIsNan() argument
|
| H A D | vktSpvAsmComputeShaderCase.cpp | 171 void fillMemoryWithValue (const DeviceInterface& vkdi, const VkDevice& device, Allocation* destAlloc, size_t numBytes, deUint8 value, bool coherent = false) in fillMemoryWithValue() argument
|
| H A D | vktSpvAsmTypeTests.cpp | 55 inline std::string toString<deInt8> (const deInt8& value) in toString() argument 63 inline std::string toString<deUint8> (const deUint8& value) in toString() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
| H A D | vktSubgroupsSizeControlTests.cpp | 84 inline deBool makeDeBool (bool value) in makeDeBool() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| H A D | vktSynchronizationUtil.cpp | 1106 VkSemaphoreSubmitInfo makeCommonSemaphoreSubmitInfo(VkSemaphore semaphore, deUint64 value, VkPipelineStageFlags2 stageMask) in makeCommonSemaphoreSubmitInfo() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
| H A D | vktTessellationMiscDrawTests.cpp | 967 std::string getDomainOriginName(VkTessellationDomainOrigin value) in getDomainOriginName() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
| H A D | vktYCbCrConversionTests.cpp | 1236 vk::VkSamplerYcbcrRange value; member 1243 vk::VkChromaLocation value; member 1327 const vk::VkSamplerYcbcrModelConversion value; member 1350 vk::VkFilter value; member 1376 vk::VkImageTiling value; member 1386 deUint32 value; member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| H A D | vktApiBufferMarkerTests.cpp | 356 const deUint32 value = i; in bufferMarkerOverwrite() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
| H A D | vktBindingDescriptorBufferTests.cpp | 89 inline deUint32 u32(const T& value) in u32() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
| H A D | vktComputeCooperativeMatrixTests.cpp | 579 static void setDataFloat(void *base, VkComponentTypeNV dt, deUint32 i, float value) in setDataFloat() argument 605 static void setDataInt(void *base, VkComponentTypeNV dt, deUint32 i, deUint32 value) in setDataInt() argument 1249 deUint32 value; createCooperativeMatrixTests() member 1256 deUint32 value[2]; createCooperativeMatrixTests() member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
| H A D | vktImageSubresourceLayoutTests.cpp | 296 float value; in getNormalFPValue() local 306 double value; in getNormalFPValue() local 316 tcu::Float16 value; in getNormalFPValue() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
| H A D | vktMemoryAllocationTests.cpp | 119 T roundUpToNextMultiple (T value, T multiple) in roundUpToNextMultiple() argument
|