Home
last modified time | relevance | path

Searched refs:position_t (Results 1 – 19 of 19) sorted by relevance

/third_party/boost/libs/safe_numerics/example/
Dmotor3.c31 position_t motor_position;
32 position_t m; // target position
33 position_t m2; // midpoint or point where acceleration changes
148 void motor_run(position_t new_position) { in motor_run()
Dmotor_test3.c33 typedef uint16_t position_t; typedef
Dexample93.cpp87 using position_t = boost::safe_numerics::safe_unsigned_range< typedef
252 result_t test(position_t new_position){ in test()
/third_party/json/include/nlohmann/detail/
Dexceptions.hpp130 static parse_error create(int id_, const position_t& pos, const std::string& what_arg) in create()
160 static std::string position_string(const position_t& pos) in position_string()
/third_party/json/include/nlohmann/detail/input/
Dposition_t.hpp10 struct position_t struct
Dlexer.hpp1432 constexpr position_t get_position() const noexcept in get_position()
1603 position_t position {};
/third_party/mesa3d/src/gallium/frontends/nine/
Dvertexdeclaration9.h51 BOOL position_t; member
Dvertexshader9.h54 boolean position_t; /* if true, disable vport transform */ member
Dvertexshader9.c107 This->position_t = info.position_t; in NineVertexShader9_ctor()
Dnine_ff.c41 uint32_t position_t : 1; member
373 key->position_t ? NINE_DECLUSAGE_POSITIONT : NINE_DECLUSAGE_POSITION); in nine_ff_build_vs()
441 if (key->position_t) { in nine_ff_build_vs()
705 if (!dim_output || key->position_t) { in nine_ff_build_vs()
1060 if (key->position_t && device->driver_caps.window_space_position_support) in nine_ff_build_vs()
1594 key.position_t = 1; in nine_ff_get_vs()
1625 if (!key.position_t) in nine_ff_get_vs()
1631 if (key.position_t) { in nine_ff_get_vs()
1643 …key.fog_mode = (!key.position_t && context->rs[D3DRS_FOGENABLE]) ? context->rs[D3DRS_FOGVERTEXMODE… in nine_ff_get_vs()
1673 if (key.position_t && gen > NINED3DTSS_TCI_PASSTHRU) in nine_ff_get_vs()
[all …]
Dnine_shader.h60 boolean position_t; /* out, true if VP writes pre-transformed position */ member
Dvertexdeclaration9.c207 This->position_t = TRUE; in NineVertexDeclaration9_ctor()
Dnine_state.c1652 context->programmable_vs = context->vs && !(context->vdecl && context->vdecl->position_t); in CSMT_ITEM_NO_WAIT()
1669 context->programmable_vs = context->vs && !(context->vdecl && context->vdecl->position_t); in CSMT_ITEM_NO_WAIT()
3048 bool programmable_vs = state->vs && !(state->vdecl && state->vdecl->position_t); in update_vertex_elements_sw()
3280 bool programmable_vs = state->vs && !(state->vdecl && state->vdecl->position_t); in nine_state_prepare_draw_sw()
Dnine_shader.c2290 tx->info->position_t = TRUE; in DECL_SPECIAL()
3574 info->position_t = FALSE; in tx_ctor()
3812 if (info->position_t) in parse_shader()
Ddevice9.c3225 bool programmable_vs = This->state.vs && !(This->state.vdecl && This->state.vdecl->position_t); in NineDevice9_ProcessVertices()
3266 user_assert(vdecl->position_t || programmable_vs, in NineDevice9_ProcessVertices()
/third_party/boost/boost/spirit/home/classic/iterator/
Dposition_iterator.hpp174 typedef PositionT position_t;
341 typedef PositionT position_t; typedef in boost::spirit::position_iterator2
Dfixed_size_queue.hpp50 typedef typename QueueT::position_t position;
183 typedef position position_t; typedef in boost::spirit::fixed_size_queue
/third_party/mindspore/mindspore/lite/tools/dataset/cropper/
Ddependencies.txt1position_t.hpp", "mindspore/lite/build/_deps/nlohmann_json-src/nlohmann/detail/output/output_adapt…
/third_party/json/single_include/nlohmann/
Djson.hpp86 struct position_t struct
2436 static parse_error create(int id_, const position_t& pos, const std::string& what_arg) in create()
2466 static std::string position_string(const position_t& pos) in position_string()
7311 constexpr position_t get_position() const noexcept in get_position()
7482 position_t position {};