/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemCopyBufferToImageTests.cpp | 324 } fillValue; in createCopyBufferToImageTests() member 397 } fillValue = { rnd.getFloat(0.0, 1.0f) }; in createCopyBufferToImageTests() local 78 CopyBufferToImageTestCase(tcu::TestContext& testCtx, const std::string& name, deUint32 fillValue, ValidationData data, CmdBufferType cmdBufferType) CopyBufferToImageTestCase() argument 115 CopyBufferToImageTestInstance(Context& ctx, const deUint32 fillValue, const ValidationData& refData, const ImageValidator& validator, const CmdBufferType cmdBufferType) CopyBufferToImageTestInstance() argument [all...] |
H A D | vktProtectedMemCopyImageToBufferTests.cpp | 331 const vk::VkClearColorValue fillValue; in createCopyImageToFloatBufferTests() member 82 CopyImageToBufferTestCase(tcu::TestContext& testCtx, const std::string& name, vk::VkClearColorValue fillValue, ValidationData<T> data, CmdBufferType cmdBufferType, vk::VkFormat format, bool pipelineProtectedAccess) CopyImageToBufferTestCase() argument 126 CopyImageToBufferTestInstance(Context& ctx, const vk::VkClearColorValue fillValue, const BufferValidator<T>& validator, const CmdBufferType cmdBufferType, const std::vector<std::string>& extensions) CopyImageToBufferTestInstance() argument
|
H A D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 313 } fillValue; in createFillUpdateCopyBufferFloatTests() member 379 } fillValue = { rnd.getFloat(std::numeric_limits<float>::min(), std::numeric_limits<float>::max() - 1) }; in createFillUpdateCopyBufferFloatTests() local 97 FillUpdateCopyBufferTestCase(tcu::TestContext& testCtx, const std::string& name, deUint32 fillValue, ValidationData<T> data, CmdType cmdType, CmdBufferType cmdBufferType, vk::VkFormat format) FillUpdateCopyBufferTestCase() argument 137 FillUpdateCopyBufferTestInstance(Context& ctx, const deUint32 fillValue, const BufferValidator<T>& validator, CmdType cmdType, const CmdBufferType cmdBufferType) FillUpdateCopyBufferTestInstance() argument 424 } fillValue; createFillUpdateCopyBufferIntegerTests() member 490 } fillValue = { rnd.getInt(std::numeric_limits<deInt32>::min(), std::numeric_limits<deInt32>::max() - 1) }; createFillUpdateCopyBufferIntegerTests() local 532 deUint32 fillValue; createFillUpdateCopyBufferUnsignedTests() member 595 const deUint32 fillValue = rnd.getUint32(); createFillUpdateCopyBufferUnsignedTests() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
H A D | vktProtectedMemCopyBufferToImageTests.cpp | 324 } fillValue; in createCopyBufferToImageTests() member 396 } fillValue = { rnd.getFloat(0.0, 1.0f) }; in createCopyBufferToImageTests() local 78 CopyBufferToImageTestCase(tcu::TestContext& testCtx, const std::string& name, deUint32 fillValue, ValidationData data, CmdBufferType cmdBufferType) CopyBufferToImageTestCase() argument 115 CopyBufferToImageTestInstance(Context& ctx, const deUint32 fillValue, const ValidationData& refData, const ImageValidator& validator, const CmdBufferType cmdBufferType) CopyBufferToImageTestInstance() argument [all...] |
H A D | vktProtectedMemCopyImageToBufferTests.cpp | 331 const vk::VkClearColorValue fillValue; in createCopyImageToFloatBufferTests() member 82 CopyImageToBufferTestCase(tcu::TestContext& testCtx, const std::string& name, vk::VkClearColorValue fillValue, ValidationData<T> data, CmdBufferType cmdBufferType, vk::VkFormat format, bool pipelineProtectedAccess) CopyImageToBufferTestCase() argument 126 CopyImageToBufferTestInstance(Context& ctx, const vk::VkClearColorValue fillValue, const BufferValidator<T>& validator, const CmdBufferType cmdBufferType, const std::vector<std::string>& extensions) CopyImageToBufferTestInstance() argument
|
H A D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 313 } fillValue; in createFillUpdateCopyBufferFloatTests() member 379 } fillValue = { rnd.getFloat(std::numeric_limits<float>::min(), std::numeric_limits<float>::max() - 1) }; in createFillUpdateCopyBufferFloatTests() local 97 FillUpdateCopyBufferTestCase(tcu::TestContext& testCtx, const std::string& name, deUint32 fillValue, ValidationData<T> data, CmdType cmdType, CmdBufferType cmdBufferType, vk::VkFormat format) FillUpdateCopyBufferTestCase() argument 137 FillUpdateCopyBufferTestInstance(Context& ctx, const deUint32 fillValue, const BufferValidator<T>& validator, CmdType cmdType, const CmdBufferType cmdBufferType) FillUpdateCopyBufferTestInstance() argument 424 } fillValue; createFillUpdateCopyBufferIntegerTests() member 490 } fillValue = { rnd.getInt(std::numeric_limits<deInt32>::min(), std::numeric_limits<deInt32>::max() - 1) }; createFillUpdateCopyBufferIntegerTests() local 532 deUint32 fillValue; createFillUpdateCopyBufferUnsignedTests() member 595 const deUint32 fillValue = rnd.getUint32(); createFillUpdateCopyBufferUnsignedTests() local [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ShaderVars.cpp | 550 void WorkGroupSize::fill(int fillValue) in fill() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderConditionalRenderingTestsEXT.cpp | 163 const uint32_t fillValue = ((condValue != 0u) ? 0u : 1u); in ConditionBuffer() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderConditionalRenderingTestsEXT.cpp | 163 const uint32_t fillValue = ((condValue != 0u) ? 0u : 1u); in ConditionBuffer() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | APInt.cpp | 1091 uint64_t fillValue = (isNegative() ? -1ULL : 0); in ashr() local
|