Home
last modified time | relevance | path

Searched refs:SetIntValue (Results 1 - 22 of 22) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dvertex_buffer_test.cc172 values[0].SetIntValue(55); in TEST_F()
173 values[1].SetIntValue(3); in TEST_F()
174 values[2].SetIntValue(27); in TEST_F()
175 values[3].SetIntValue(255); in TEST_F()
191 values[0].SetIntValue(55); in TEST_F()
192 values[1].SetIntValue(3); in TEST_F()
193 values[2].SetIntValue(27); in TEST_F()
194 values[3].SetIntValue(255); in TEST_F()
210 values[0].SetIntValue(55); in TEST_F()
211 values[1].SetIntValue( in TEST_F()
[all...]
/third_party/vk-gl-cts/external/amber/src/src/
H A Dbuffer_test.cc140 values[i + 2].SetIntValue(i / 4 * 25); in TEST_F()
160 values[i].SetIntValue(0); in TEST_F()
183 values[i].SetIntValue(std::numeric_limits<uint8_t>::max()); in TEST_F()
207 values1[i].SetIntValue(i / 4 * 25); in TEST_F()
210 values2[4].SetIntValue(values2[4].AsUint8() + 50); in TEST_F()
234 values1[i].SetIntValue(i / 4 * 25); in TEST_F()
237 values2[4].SetIntValue(values2[4].AsUint8() + 50); in TEST_F()
259 values1[i].SetIntValue(0); in TEST_F()
283 values1[i].SetIntValue(std::numeric_limits<uint8_t>().max()); in TEST_F()
H A Damber.cc55 pixel.SetIntValue(*ptr_32); in GetFrameBuffer()
221 values.back().SetIntValue(*ptr); in ExecuteWithShaderData()
H A Dverifier_test.cc680 values.back().SetIntValue(13); in TEST_F()
706 values[0].SetIntValue(2); in TEST_F()
707 values[1].SetIntValue(0); in TEST_F()
708 values[2].SetIntValue(10); in TEST_F()
734 values[i].SetIntValue(255 - i); in TEST_F()
764 values.back().SetIntValue(13); in TEST_F()
790 values[0].SetIntValue(2); in TEST_F()
791 values[1].SetIntValue(0); in TEST_F()
792 values[2].SetIntValue(10); in TEST_F()
793 values[3].SetIntValue(123 in TEST_F()
[all...]
H A Dpipeline_test.cc590 int_value.SetIntValue(1); in TEST_F()
656 int_value.SetIntValue(1); in TEST_F()
699 int_value.SetIntValue(1); in TEST_F()
760 int_value.SetIntValue(1); in TEST_F()
918 int_value.SetIntValue(1); in TEST_F()
H A Dpipeline.cc916 v.SetIntValue((u.u >> (i * 8)) & 0xff); in GenerateOpenCLPodBuffers()
923 v.SetIntValue((u.u >> (i * 8)) & 0xff); in GenerateOpenCLPodBuffers()
926 v.SetIntValue((arg_info.value.AsUint64() >> (i * 8)) & 0xff); in GenerateOpenCLPodBuffers()
/third_party/vk-gl-cts/external/amber/src/include/amber/
H A Dvalue.h32 void SetIntValue(uint64_t val) { in SetIntValue() function in amber::Value
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
H A Dparser.cc295 indices.back().SetIntValue(token->AsUint16()); in ProcessIndicesBlock()
400 v.SetIntValue(token->AsHex()); in ProcessVertexDataBlock()
422 v.SetIntValue(token->AsUint64()); in ProcessVertexDataBlock()
H A Dcommand_parser.cc511 v.SetIntValue(token->AsUint64()); in ParseValues()
/third_party/vk-gl-cts/external/amber/src/samples/
H A Dpng.cc96 v.SetIntValue(d); in LoadPNG()
H A Dimage_diff.cc142 values[i].SetIntValue(image[i]); in LoadPngToBuffer()
H A Dppm_test.cc79 v.SetIntValue(static_cast<uint64_t>(pixel)); in TEST_F()
H A Damber.cc383 v.SetIntValue(static_cast<uint64_t>(d));
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser.cc243 v.SetIntValue(val); in ParseBufferData()
1578 value.SetIntValue(token->AsUint64()); in ParsePipelineSet()
2435 values[i].SetIntValue(token->AsUint64()); in ParseBufferInitializerFill()
2465 counter.SetIntValue(token->AsUint64()); in ParseBufferInitializerSeries()
2490 values[i].SetIntValue(value); in ParseBufferInitializerSeries()
2491 counter.SetIntValue(value + token->AsUint64()); in ParseBufferInitializerSeries()
2943 v.SetIntValue(val); in ParseValues()
H A Dparser_buffer_test.cc42 v.SetIntValue(static_cast<uint64_t>(type));
/third_party/lame/ACM/tinyxml/
H A Dtinyxml.h450 void SetIntValue( int value ); ///< Set the value from an integer.
H A Dtinyxml.cpp763 void TiXmlAttribute::SetIntValue( int value ) in SetIntValue() function in TiXmlAttribute
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H A DvktAmberTestCase.cpp276 value.SetIntValue(static_cast<deUint64>(byte)); in LoadBufferData()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
H A DvktAmberTestCase.cpp275 value.SetIntValue(static_cast<deUint64>(byte)); in LoadBufferData()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp744 attrib->SetIntValue( val ); in SetAttribute()
754 attrib->SetIntValue( val ); in SetAttribute()
1250 void TiXmlAttribute::SetIntValue( int _value )
H A Dtinyxml.h838 void SetIntValue( int _value ); ///< Set the value from an integer.
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 51 milliseconds