Searched refs:position_t (Results 1 – 15 of 15) sorted by relevance
/third_party/json/include/nlohmann/detail/input/ |
D | position_t.hpp | 20 struct position_t struct
|
D | lexer.hpp | 1440 constexpr position_t get_position() const noexcept in get_position() 1611 position_t position {};
|
/third_party/json/include/nlohmann/detail/ |
D | exceptions.hpp | 147 …static parse_error create(int id_, const position_t& pos, const std::string& what_arg, BasicJsonCo… in create() 178 static std::string position_string(const position_t& pos) in position_string()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | vertexdeclaration9.h | 51 BOOL position_t; member
|
D | vertexshader9.h | 54 boolean position_t; /* if true, disable vport transform */ member
|
D | vertexshader9.c | 107 This->position_t = info.position_t; in NineVertexShader9_ctor()
|
D | nine_ff.c | 41 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() 708 if (!dim_output || key->position_t) { in nine_ff_build_vs() 1063 if (key->position_t && device->driver_caps.window_space_position_support) in nine_ff_build_vs() 1597 key.position_t = 1; in nine_ff_get_vs() 1628 if (!key.position_t) in nine_ff_get_vs() 1634 if (key.position_t) { in nine_ff_get_vs() 1646 …key.fog_mode = (!key.position_t && context->rs[D3DRS_FOGENABLE]) ? context->rs[D3DRS_FOGVERTEXMODE… in nine_ff_get_vs() 1676 if (key.position_t && gen > NINED3DTSS_TCI_PASSTHRU) in nine_ff_get_vs() [all …]
|
D | nine_shader.h | 60 boolean position_t; /* out, true if VP writes pre-transformed position */ member
|
D | vertexdeclaration9.c | 207 This->position_t = TRUE; in NineVertexDeclaration9_ctor()
|
D | nine_state.c | 1648 context->programmable_vs = context->vs && !(context->vdecl && context->vdecl->position_t); in CSMT_ITEM_NO_WAIT() 1665 context->programmable_vs = context->vs && !(context->vdecl && context->vdecl->position_t); in CSMT_ITEM_NO_WAIT() 3055 bool programmable_vs = state->vs && !(state->vdecl && state->vdecl->position_t); in update_vertex_elements_sw() 3287 bool programmable_vs = state->vs && !(state->vdecl && state->vdecl->position_t); in nine_state_prepare_draw_sw()
|
D | nine_shader.c | 2290 tx->info->position_t = TRUE; in DECL_SPECIAL() 3574 info->position_t = FALSE; in tx_ctor() 3812 if (info->position_t) in parse_shader()
|
D | device9.c | 3227 bool programmable_vs = This->state.vs && !(This->state.vdecl && This->state.vdecl->position_t); in NineDevice9_ProcessVertices() 3268 user_assert(vdecl->position_t || programmable_vs, in NineDevice9_ProcessVertices()
|
/third_party/json/tests/abi/include/nlohmann/ |
D | json_v3_10_5.hpp | 2776 struct position_t struct 2913 …static parse_error create(int id_, const position_t& pos, const std::string& what_arg, const Basic… in create() 2944 static std::string position_string(const position_t& pos) in position_string() 7842 constexpr position_t get_position() const noexcept in get_position() 8013 position_t position {};
|
/third_party/json/single_include/nlohmann/ |
D | json.hpp | 3019 struct position_t struct 4411 …static parse_error create(int id_, const position_t& pos, const std::string& what_arg, BasicJsonCo… in create() 4442 static std::string position_string(const position_t& pos) in position_string() 8741 constexpr position_t get_position() const noexcept in get_position() 8912 position_t position {};
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.2.0.rst | 844 - frontend/nine: Fix ff position_t fallback when w = 0
|