Home
last modified time | relevance | path

Searched defs:bindflags (Results 1 – 10 of 10) sorted by relevance

/dports/textproc/jq/jq-jq-1.6/src/
H A Dcompile.c260 int block_has_only_binders_and_imports(block binders, int bindflags) { in block_has_only_binders_and_imports()
270 static int inst_is_binder(inst *i, int bindflags) { in inst_is_binder()
274 int block_has_only_binders(block binders, int bindflags) { in block_has_only_binders()
327 static int block_bind_subblock(block binder, block body, int bindflags, int break_distance) { in block_bind_subblock()
368 static int block_bind_each(block binder, block body, int bindflags) { in block_bind_each()
378 block block_bind(block binder, block body, int bindflags) { in block_bind()
383 block block_bind_library(block binder, block body, int bindflags, const char *libname) { in block_bind_library()
418 block block_bind_referenced(block binder, block body, int bindflags) { in block_bind_referenced()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DD3D11Checks.cpp192 DoesTextureSharingWorkInternal(ID3D11Device *device, DXGI_FORMAT format, UINT bindflags) in DoesTextureSharingWorkInternal()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D11/src/
H A DOgreD3D11Mappings.cpp751 … UINT D3D11Mappings::_getTextureMiscFlags(UINT bindflags, TextureType textype, TextureUsage usage) in _getTextureMiscFlags()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DD3D11Checks.cpp195 DXGI_FORMAT format, UINT bindflags) { in DoesTextureSharingWorkInternal()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/Direct3D11/src/
H A DOgreD3D11Mappings.cpp949 UINT D3D11Mappings::_getTextureMiscFlags(UINT bindflags, TextureType textype, bool isdynamic) in _getTextureMiscFlags()
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DD3D11Checks.cpp199 DXGI_FORMAT format, UINT bindflags) { in DoesTextureSharingWorkInternal()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DD3D11Checks.cpp198 DXGI_FORMAT format, UINT bindflags) { in DoesTextureSharingWorkInternal()
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DD3D11Checks.cpp199 DXGI_FORMAT format, UINT bindflags) { in DoesTextureSharingWorkInternal()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DD3D11Checks.cpp199 DXGI_FORMAT format, UINT bindflags) { in DoesTextureSharingWorkInternal()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoBackends/D3D/
H A DDXTexture.cpp36 UINT bindflags = D3D11_BIND_SHADER_RESOURCE; in Create() local