Home
last modified time | relevance | path

Searched refs:inline_constants (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dvertexshader9.h104 …if ((vs->const_int_slots > 0 || vs->const_bool_slots > 0) && context->inline_constants && !context… in NineVertexShader9_UpdateKey()
Dpixelshader9.h123 if ((ps->const_int_slots > 0 || ps->const_bool_slots > 0) && context->inline_constants) in NinePixelShader9_UpdateKey()
Dnine_state.h314 boolean inline_constants; member
Ddevice9.c564 This->context.inline_constants = pCTX->shader_inline_constants; in NineDevice9_ctor()
567 This->context.inline_constants &= This->driver_caps.vs_integer && This->driver_caps.ps_integer; in NineDevice9_ctor()