Home
last modified time | relevance | path

Searched refs:fillValue (Results 1 – 13 of 13) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemFillUpdateCopyBufferTests.cpp79 const deUint32 fillValue,
99 deUint32 fillValue, in FillUpdateCopyBufferTestCase() argument
105 , m_fillValue (fillValue) in FillUpdateCopyBufferTestCase()
138 const deUint32 fillValue, in FillUpdateCopyBufferTestInstance() argument
143 , m_fillValue (fillValue) in FillUpdateCopyBufferTestInstance()
313 } fillValue; in createFillUpdateCopyBufferFloatTests() member
366 …testCtx, name.c_str(), testData[ndx].fillValue.uint, testData[ndx].data, cmdType, cmdBufferType, v… in createFillUpdateCopyBufferFloatTests()
379 …} fillValue = { rnd.getFloat(std::numeric_limits<float>::min(), std::numeric_limits<float>::ma… in createFillUpdateCopyBufferFloatTests() local
381 const tcu::Vec4 refValue (fillValue.flt); in createFillUpdateCopyBufferFloatTests()
398 …hild(new FillUpdateCopyBufferTestCase<tcu::Vec4>(testCtx, name.c_str(), fillValue.uint, data, cmdT… in createFillUpdateCopyBufferFloatTests()
[all …]
DvktProtectedMemCopyBufferToImageTests.cpp61 const deUint32 fillValue,
80 deUint32 fillValue, in CopyBufferToImageTestCase() argument
84 , m_fillValue (fillValue) in CopyBufferToImageTestCase()
116 const deUint32 fillValue, in CopyBufferToImageTestInstance() argument
122 , m_fillValue (fillValue) in CopyBufferToImageTestInstance()
324 } fillValue; in createCopyBufferToImageTests() member
382 …hild(new CopyBufferToImageTestCase(testCtx, name.c_str(), testData[ndx].fillValue.uint, testData[n… in createCopyBufferToImageTests()
396 } fillValue = { rnd.getFloat(0.0, 1.0f) }; in createCopyBufferToImageTests() local
398 const tcu::Vec4 refValue (fillValue.flt); in createCopyBufferToImageTests()
409 …copyRandomTests->addChild(new CopyBufferToImageTestCase(testCtx, name.c_str(), fillValue.uint, dat… in createCopyBufferToImageTests()
DvktProtectedMemCopyImageToBufferTests.cpp64 const vk::VkClearColorValue fillValue,
84 vk::VkClearColorValue fillValue, in CopyImageToBufferTestCase() argument
90 , m_fillValue (fillValue) in CopyImageToBufferTestCase()
127 const vk::VkClearColorValue fillValue, in CopyImageToBufferTestInstance() argument
133 , m_fillValue (fillValue) in CopyImageToBufferTestInstance()
331 const vk::VkClearColorValue fillValue; in createCopyImageToFloatBufferTests() member
390 …pyImageToBufferTestCase<tcu::Vec4>(testCtx, name.c_str(), testData[ndx].fillValue, testData[ndx].d… in createCopyImageToFloatBufferTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
DvktProtectedMemFillUpdateCopyBufferTests.cpp79 const deUint32 fillValue,
99 deUint32 fillValue, in FillUpdateCopyBufferTestCase() argument
105 , m_fillValue (fillValue) in FillUpdateCopyBufferTestCase()
138 const deUint32 fillValue, in FillUpdateCopyBufferTestInstance() argument
143 , m_fillValue (fillValue) in FillUpdateCopyBufferTestInstance()
313 } fillValue; in createFillUpdateCopyBufferFloatTests() member
366 …testCtx, name.c_str(), testData[ndx].fillValue.uint, testData[ndx].data, cmdType, cmdBufferType, v… in createFillUpdateCopyBufferFloatTests()
379 …} fillValue = { rnd.getFloat(std::numeric_limits<float>::min(), std::numeric_limits<float>::ma… in createFillUpdateCopyBufferFloatTests() local
381 const tcu::Vec4 refValue (fillValue.flt); in createFillUpdateCopyBufferFloatTests()
398 …hild(new FillUpdateCopyBufferTestCase<tcu::Vec4>(testCtx, name.c_str(), fillValue.uint, data, cmdT… in createFillUpdateCopyBufferFloatTests()
[all …]
DvktProtectedMemCopyBufferToImageTests.cpp61 const deUint32 fillValue,
80 deUint32 fillValue, in CopyBufferToImageTestCase() argument
84 , m_fillValue (fillValue) in CopyBufferToImageTestCase()
116 const deUint32 fillValue, in CopyBufferToImageTestInstance() argument
122 , m_fillValue (fillValue) in CopyBufferToImageTestInstance()
324 } fillValue; in createCopyBufferToImageTests() member
382 …hild(new CopyBufferToImageTestCase(testCtx, name.c_str(), testData[ndx].fillValue.uint, testData[n… in createCopyBufferToImageTests()
396 } fillValue = { rnd.getFloat(0.0, 1.0f) }; in createCopyBufferToImageTests() local
398 const tcu::Vec4 refValue (fillValue.flt); in createCopyBufferToImageTests()
409 …copyRandomTests->addChild(new CopyBufferToImageTestCase(testCtx, name.c_str(), fillValue.uint, dat… in createCopyBufferToImageTests()
DvktProtectedMemCopyImageToBufferTests.cpp64 const vk::VkClearColorValue fillValue,
84 vk::VkClearColorValue fillValue, in CopyImageToBufferTestCase() argument
90 , m_fillValue (fillValue) in CopyImageToBufferTestCase()
127 const vk::VkClearColorValue fillValue, in CopyImageToBufferTestInstance() argument
133 , m_fillValue (fillValue) in CopyImageToBufferTestInstance()
331 const vk::VkClearColorValue fillValue; in createCopyImageToFloatBufferTests() member
390 …pyImageToBufferTestCase<tcu::Vec4>(testCtx, name.c_str(), testData[ndx].fillValue, testData[ndx].d… in createCopyImageToFloatBufferTests()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DShaderVars.cpp515 void WorkGroupSize::fill(int fillValue) in fill() argument
517 localSizeQualifiers[0] = fillValue; in fill()
518 localSizeQualifiers[1] = fillValue; in fill()
519 localSizeQualifiers[2] = fillValue; in fill()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderVars.cpp550 void WorkGroupSize::fill(int fillValue) in fill() argument
552 localSizeQualifiers[0] = fillValue; in fill()
553 localSizeQualifiers[1] = fillValue; in fill()
554 localSizeQualifiers[2] = fillValue; in fill()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
DvktMeshShaderConditionalRenderingTestsEXT.cpp163 const uint32_t fillValue = ((condValue != 0u) ? 0u : 1u); in ConditionBuffer() local
167 deMemcpy(hostPtr + bindOffset, &fillValue, sizeof(fillValue)); in ConditionBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderConditionalRenderingTestsEXT.cpp163 const uint32_t fillValue = ((condValue != 0u) ? 0u : 1u); in ConditionBuffer() local
167 deMemcpy(hostPtr + bindOffset, &fillValue, sizeof(fillValue)); in ConditionBuffer()
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderVars.h303 void fill(int fillValue);
/third_party/flutter/skia/third_party/externals/angle2/include/GLSLANG/
DShaderVars.h306 void fill(int fillValue);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1091 uint64_t fillValue = (isNegative() ? -1ULL : 0); in ashr() local
1093 val[i] = fillValue; in ashr()