Searched refs:State (Results 1 - 25 of 111) sorted by relevance

12345

/xsrc/external/mit/MesaLib/dist/src/microsoft/resource_state_manager/
H A DD3D12ResourceState.cpp100 D3D12_RESOURCE_STATES CCurrentResourceState::StateIfPromoted(D3D12_RESOURCE_STATES State, UINT SubresourceIndex) argument
104 if (m_bSimultaneousAccess || !!(State & (
113 if(CurState.State == D3D12_RESOURCE_STATE_COMMON)
116 Result = State;
119 else if(CurState.IsPromotedState && !!(CurState.State & D3D12_RESOURCE_STATE_GENERIC_READ))
122 Result = State |= CurState.State;
132 void CCurrentResourceState::SetLogicalResourceState(LogicalState const& State) argument
135 m_spLogicalState[0] = State;
139 void CCurrentResourceState::SetLogicalSubresourceState(UINT SubresourceIndex, LogicalState const& State) argument
367 TransitionResource(TransitionableResourceState * pResource,D3D12_RESOURCE_STATES State) argument
373 TransitionSubresource(TransitionableResourceState * pResource,UINT SubresourceIndex,D3D12_RESOURCE_STATES State) argument
[all...]
H A DD3D12ResourceState.h55 inline bool IsD3D12WriteState(UINT State) argument
57 return (State & RESOURCE_STATE_ALL_WRITE_BITS) != 0;
105 D3D12_RESOURCE_STATES State = D3D12_RESOURCE_STATE_COMMON; member in struct:CCurrentResourceState::LogicalState
130 void SetLogicalResourceState(LogicalState const& State);
131 void SetLogicalSubresourceState(UINT SubresourceIndex, LogicalState const& State);
230 D3D12_RESOURCE_STATES State);
234 D3D12_RESOURCE_STATES State);
242 D3D12_RESOURCE_STATES State);
245 D3D12_RESOURCE_STATES State);
/xsrc/external/mit/MesaLib/dist/src/tool/pps/
H A Dpps.h19 enum class State { enum in namespace:pps
H A Dpps_datasource.h48 State state = State::Stop;
/xsrc/external/mit/libXinerama/dist/include/X11/extensions/
H A DpanoramiXext.h39 int State; /* PanoramiXOff, PanoramiXOn */ member in struct:__anond13749c50108
/xsrc/external/mit/libX11/dist/modules/lc/def/
H A DlcDefConv.c54 typedef struct _StateRec *State; typedef in typeref:struct:_StateRec *
60 Bool (*MBtoWC) (State state, const char *ch, wchar_t *wc);
61 Bool (*WCtoMB) (State state, wchar_t wc, char *ch);
66 State state,
82 State state,
92 State state,
115 State state,
125 State state,
154 State state = (State) con
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dcso.rst4 CSO, Constant State Objects, are a core part of Gallium's API.
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dcso.rst4 CSO, Constant State Objects, are a core part of Gallium's API.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_code.c94 if (c->Constants[index].u.State[0] == state0 &&
95 c->Constants[index].u.State[1] == state1)
103 constant.u.State[0] = state0;
104 constant.u.State[1] = state1;
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_window_pos.spec114 New State
118 New Implementation Dependent State
H A DMESA_swap_control.spec70 Additions to Chapter 6 of the 1.4 GL Specification (State and State Requests)
113 New State
119 New Implementation Dependent State
H A DMESA_ycbcr_texture.spec157 Additions to Chapter 6 of the OpenGL 1.4 Specification (State and
158 State Requests)
191 New State
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_code.c94 if (c->Constants[index].u.State[0] == state0 &&
95 c->Constants[index].u.State[1] == state1)
103 constant.u.State[0] = state0;
104 constant.u.State[1] = state1;
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_window_pos.spec114 New State
118 New Implementation Dependent State
H A DMESA_swap_control.spec70 Additions to Chapter 6 of the 1.4 GL Specification (State and State Requests)
113 New State
119 New Implementation Dependent State
H A DMESA_ycbcr_texture.spec157 Additions to Chapter 6 of the OpenGL 1.4 Specification (State and
158 State Requests)
191 New State
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_limits.h182 nine_fix_render_state_value(D3DRENDERSTATETYPE State, argument
185 struct nine_state_behaviour behaviour = render_state_limits_table[State];
238 nine_check_sampler_state_value(D3DSAMPLERSTATETYPE State, argument
243 limit = sampler_state_limits_table[State];
/xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/
H A DMESA_resize_buffers.spec71 New State
75 New Implementation Dependent State
H A DMESA_program_debug.spec208 Additions to Chapter 6 of the OpenGL 1.4 Specification (State and
209 State Requests)
275 New State
294 New Implementation Dependent State
H A DMESA_packed_depth_stencil.spec203 Additions to Chapter 6 of the 1.1 Specification (State and State Requests)
219 New State
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_limits.h182 nine_fix_render_state_value(D3DRENDERSTATETYPE State, argument
185 struct nine_state_behaviour behaviour = render_state_limits_table[State];
238 nine_check_sampler_state_value(D3DSAMPLERSTATETYPE State, argument
243 limit = sampler_state_limits_table[State];
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/
H A DMESA_resize_buffers.spec71 New State
75 New Implementation Dependent State
H A DMESA_program_debug.spec208 Additions to Chapter 6 of the OpenGL 1.4 Specification (State and
209 State Requests)
275 New State
294 New Implementation Dependent State
/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DlcCT.c578 } StateRec, *State; typedef in typeref:struct:_StateRec *
591 State state,
677 State state = (State) conv->state;
707 State state = (State) conv->state;
874 State state = (State) conv->state;
1086 State state = (State) con
[all...]
/xsrc/external/mit/libX11/dist/modules/lc/gen/
H A DlcGenConv.c81 } StateRec, *State; typedef in typeref:struct:_StateRec *
292 State state,
717 State state = (State) conv->state;
743 State state = (State) conv->state;
903 State state = (State) conv->state;
1059 State state = (State) con
[all...]

Completed in 13 milliseconds

12345