Home
last modified time | relevance | path

Searched refs:SetY (Results 1 – 10 of 10) sorted by relevance

/external/deqp-deps/amber/src/
Dverifier_test.cc103 probe.SetY(0.2f); in TEST_F()
136 probe.SetY(0.9f); in TEST_F()
164 probe.SetY(2.0f); in TEST_F()
195 probe.SetY(0.0f); in TEST_F()
222 probe.SetY(0.0f); in TEST_F()
249 probe.SetY(0.0f); in TEST_F()
276 probe.SetY(0.0f); in TEST_F()
303 probe.SetY(0.0f); in TEST_F()
330 probe.SetY(0.0f); in TEST_F()
357 probe.SetY(0.0f); in TEST_F()
[all …]
Dcommand.h169 void SetY(float y) { y_ = y; } in SetY() function
201 void SetY(float y) { y_ = y; } in SetY() function
301 void SetY(uint32_t y) { y_ = y; } in SetY() function
379 void SetY(float y) { y_ = y; } in SetY() function
/external/armnn/samples/ObjectDetection/src/
DBoundingBox.cpp50 void BoundingBox::SetY(int y) { in SetY() function in od::BoundingBox
76 boxOut.SetY(std::max(boxIn.GetY(), boxLimits.GetY())); in GetValidBoundingBox()
/external/armnn/samples/ObjectDetection/include/
DBoundingBox.hpp69 void SetY(int y);
/external/armnn/samples/ObjectDetection/test/
DBoundingBoxTests.cpp42 boundingBox.SetY(s_Y);
/external/deqp-deps/amber/src/vkscript/
Dcommand_parser.cc287 cmd->SetY(token->AsFloat()); in ProcessDrawRect()
391 cmd->SetY(token->AsUint32()); in ProcessCompute()
976 cmd->SetY(token->AsFloat()); in ProcessProbe()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h1022 INLINE void SetY(uint32_t sampleNum, float val) { _y[sampleNum] = val; }; // @llvm_func in SetY() function
/external/llvm/test/CodeGen/Thumb/
D2010-07-15-debugOrdering.ll99 !46 = !DISubprogram(name: "SetY", linkageName: "_ZN9ggVector34SetYEd", line: 89, isLocal: false, is…
/external/deqp-deps/amber/src/amberscript/
Dparser.cc2594 cmd->SetY(token->AsUint32()); in ParseRun()
2650 cmd->SetY(token->AsFloat()); in ParseRun()
2719 cmd->SetY(token->AsFloat()); in ParseRun()
3305 probe->SetY(y); in ParseExpect()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1291 rastState->samplePositions.SetY (i, sample[1] / 16.0f); in swr_update_derived()