Home
last modified time | relevance | path

Searched refs:initValue (Results 1 – 20 of 20) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/common/
DMemoryBuffer.cpp92 uint8_t initValue) in getInitialized() argument
94 return getImpl(requestedSize, memoryBufferOut, Optional<uint8_t>(initValue)); in getInitialized()
99 Optional<uint8_t> initValue) in getImpl() argument
121 if (initValue.valid()) in getImpl()
123 mScratchMemory.fill(initValue.value()); in getImpl()
DMemoryBuffer.h72 bool getInitialized(size_t requestedSize, MemoryBuffer **memoryBufferOut, uint8_t initValue);
80 bool getImpl(size_t requestedSize, MemoryBuffer **memoryBufferOut, Optional<uint8_t> initValue);
/third_party/skia/third_party/externals/angle2/src/common/
DMemoryBuffer.cpp118 uint8_t initValue) in getInitialized() argument
120 return getImpl(requestedSize, memoryBufferOut, Optional<uint8_t>(initValue)); in getInitialized()
125 Optional<uint8_t> initValue) in getImpl() argument
146 if (initValue.valid()) in getImpl()
148 mScratchMemory.fill(initValue.value()); in getImpl()
DMemoryBuffer.h76 bool getInitialized(size_t requestedSize, MemoryBuffer **memoryBufferOut, uint8_t initValue);
84 bool getImpl(size_t requestedSize, MemoryBuffer **memoryBufferOut, Optional<uint8_t> initValue);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiComputeInstanceResultBuffer.cpp37 float initValue) in ComputeInstanceResultBuffer() argument
41 m_buffer(createResultBuffer(m_vki, m_device, allocator, &m_bufferMem, initValue)), in ComputeInstanceResultBuffer()
62 float initValue) in createResultBuffer() argument
83 const float clearValue = initValue; in createResultBuffer()
DvktApiComputeInstanceResultBuffer.hpp49 float initValue = -1.0f);
64 float initValue = -1.0f);
DvktApiImageClearingTests.cpp472 VkClearValue initValue; member
1193 depthValue = m_params.initValue.depthStencil.depth; in verifyResultImage()
1222 stencilValue = m_params.initValue.depthStencil.stencil; in verifyResultImage()
1297 pColorValue = &m_params.initValue.color; in verifyResultImage()
1757 beginRenderPass(VK_SUBPASS_CONTENTS_INLINE, m_params.initValue); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderClockTests.cpp105 const deUint64 initValue = 0xcdcdcdcd; in iterate() local
107 std::vector<deUint64> outputs (NUM_ELEMENTS, initValue); in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/
DesextcTextureBorderClampSamplingTexture.hpp49 glw::GLuint depth, InputType initValue, InputType initBorderColor, OutputType expectedValue,
DesextcTextureBorderClampSamplingTexture.cpp65 …glw::GLuint width, glw::GLuint height, glw::GLuint depth, InputType initValue, InputType initBorde… in TestConfiguration() argument
78 , m_init_value(initValue) in TestConfiguration()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h1220 TiXmlText (const char * initValue ) : TiXmlNode (TiXmlNode::TINYXML_TEXT) in TiXmlText() argument
1222 SetValue( initValue ); in TiXmlText()
1229 TiXmlText( const std::string& initValue ) : TiXmlNode (TiXmlNode::TINYXML_TEXT) in TiXmlText() argument
1231 SetValue( initValue ); in TiXmlText()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h1220 TiXmlText (const char * initValue ) : TiXmlNode (TiXmlNode::TINYXML_TEXT) in TiXmlText() argument
1222 SetValue( initValue ); in TiXmlText()
1229 TiXmlText( const std::string& initValue ) : TiXmlNode (TiXmlNode::TINYXML_TEXT) in TiXmlText() argument
1231 SetValue( initValue ); in TiXmlText()
/third_party/flutter/skia/src/ports/
DSkFontConfigInterface_direct.cpp130 int initValue) { in test_writeToMemory() argument
136 memset(storage.get(), initValue, size0); in test_writeToMemory()
/third_party/skia/src/ports/
DSkFontConfigInterface_direct.cpp115 int initValue) { in test_writeToMemory() argument
121 memset(storage.get(), initValue, size0); in test_writeToMemory()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cTransformFeedbackOverflowQueryTests.cpp1151 const GLuint initValue = 0xDEADBEEF; in verifyQueryResult() local
1155 gl.bufferData(GL_QUERY_BUFFER, sizeof(initValue), &initValue, GL_STREAM_READ); in verifyQueryResult()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderLoopTests.cpp357 string initValue = isIntCounter ? "0" : "0.05"; in createGenericLoopCase() local
358 string loopCountDeclStr = "${COUNTER_PRECISION} ${LOOP_VAR_TYPE} ndx = " + initValue; in createGenericLoopCase()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderLoopTests.cpp335 string initValue = isIntCounter ? "0" : "0.05"; in createGenericLoopCase() local
336 string loopCountDeclStr = "${COUNTER_PRECISION} ${LOOP_VAR_TYPE} ndx = " + initValue; in createGenericLoopCase()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderLoopTests.cpp385 string initValue = isIntCounter ? "0" : "0.05"; in createGenericLoopCase() local
386 string loopCountDeclStr = "${COUNTER_PRECISION} ${LOOP_VAR_TYPE} ndx = " + initValue; in createGenericLoopCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderLoopTests.cpp446 std::string initValue = isIntCounter ? "0" : "0.05"; in createGenericLoopCase() local
447 std::string loopCountDeclStr = "${COUNTER_PRECISION} ${LOOP_VAR_TYPE} ndx = " + initValue; in createGenericLoopCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSubpassDependencyTests.cpp2849 …const tcu::Vec4 initValue = ((x / tileSize) % 2 != (y / tileSize) % 2) ? colorInitValues[0] : colo… in iterateInternal() local
2850 …const tcu::Vec4 refValue = tcu::Vec4(initValue.x(), initValue.y(), initValue.x() + initValue.y(), … in iterateInternal()