Home
last modified time | relevance | path

Searched refs:has_lod (Results 1 – 25 of 110) sorted by relevance

12345

/dports/science/libkml/libkml-1.3.0/tests/kml/dom/
H A Dregion_test.cc299 ASSERT_FALSE(region_->has_lod()); in TEST_F()
326 ASSERT_TRUE(region->has_lod()); in TEST_F()
341 ASSERT_TRUE(region_->has_lod()); in TEST_F()
344 ASSERT_FALSE(region2->has_lod()); in TEST_F()
/dports/science/libkml/libkml-1.3.0/src/kml/dom/
H A Dregion.cc174 if (has_lod()) { in Serialize()
188 if (has_lod()) { in AcceptChildren()
H A Dregion.h252 bool has_lod() const { return lod_ != NULL; } in has_lod() function
/dports/science/libkml/libkml-1.3.0/tests/kml/regionator/
H A Dregionator_util_test.cc105 ASSERT_EQ(a->has_lod(), b->has_lod()); in AssertEqualRegion()
110 if (a->has_lod()) { in AssertEqualRegion()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/texturing/shaders/
H A DtextureSize.c237 has_lod(void) in has_lod() function
270 lod_arg = has_lod() ? ", lod" : ""; in generate_GLSL()
/dports/science/libkml/libkml-1.3.0/src/kml/regionator/
H A Dregionator_util.cc118 if (parent->has_lod()) { // Make an exact clone. in CreateChildRegion()
/dports/science/libkml/libkml-1.3.0/tests/swig/
H A Dkmldom_test.py267 assert not region.has_lod()
271 assert region.has_lod()
275 assert not region.has_lod()
610 assert not region.has_lod()
614 assert region.has_lod()
618 assert not region.has_lod()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/freedreno/ir3/
H A Dir3_compiler_nir.c2242 bool has_bias = false, has_lod = false, has_proj = false, has_off = false; in emit_tex() local
2266 has_lod = true; in emit_tex()
2304 compile_assert(ctx, !has_lod); in emit_tex()
2320 case nir_texop_tex: opc = has_lod ? OPC_SAML : OPC_SAM; break; in emit_tex()
2366 assert(has_lod); in emit_tex()
2441 if (has_off | has_lod | has_bias) { in emit_tex()
2453 if (has_lod | has_bias) in emit_tex()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/freedreno/ir3/
H A Dir3_compiler_nir.c2390 bool has_bias = false, has_lod = false, has_proj = false, has_off = false; in emit_tex() local
2414 has_lod = true; in emit_tex()
2452 compile_assert(ctx, !has_lod); in emit_tex()
2471 opc = has_lod ? OPC_SAML : OPC_SAM; in emit_tex()
2538 assert(has_lod); in emit_tex()
2613 if (has_off | has_lod | has_bias) { in emit_tex()
2625 if (has_lod | has_bias) in emit_tex()
/dports/graphics/mesa-libs/mesa-21.3.6/src/freedreno/ir3/
H A Dir3_compiler_nir.c2390 bool has_bias = false, has_lod = false, has_proj = false, has_off = false; in emit_tex() local
2414 has_lod = true; in emit_tex()
2452 compile_assert(ctx, !has_lod); in emit_tex()
2471 opc = has_lod ? OPC_SAML : OPC_SAM; in emit_tex()
2538 assert(has_lod); in emit_tex()
2613 if (has_off | has_lod | has_bias) { in emit_tex()
2625 if (has_lod | has_bias) in emit_tex()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/freedreno/ir3/
H A Dir3_compiler_nir.c2390 bool has_bias = false, has_lod = false, has_proj = false, has_off = false; in emit_tex() local
2414 has_lod = true; in emit_tex()
2452 compile_assert(ctx, !has_lod); in emit_tex()
2471 opc = has_lod ? OPC_SAML : OPC_SAM; in emit_tex()
2538 assert(has_lod); in emit_tex()
2613 if (has_off | has_lod | has_bias) { in emit_tex()
2625 if (has_lod | has_bias) in emit_tex()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/freedreno/ir3/
H A Dir3_compiler_nir.c2390 bool has_bias = false, has_lod = false, has_proj = false, has_off = false; in emit_tex() local
2414 has_lod = true; in emit_tex()
2452 compile_assert(ctx, !has_lod); in emit_tex()
2471 opc = has_lod ? OPC_SAML : OPC_SAM; in emit_tex()
2538 assert(has_lod); in emit_tex()
2613 if (has_off | has_lod | has_bias) { in emit_tex()
2625 if (has_lod | has_bias) in emit_tex()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/freedreno/ir3/
H A Dir3_compiler_nir.c2390 bool has_bias = false, has_lod = false, has_proj = false, has_off = false; in emit_tex() local
2414 has_lod = true; in emit_tex()
2452 compile_assert(ctx, !has_lod); in emit_tex()
2471 opc = has_lod ? OPC_SAML : OPC_SAM; in emit_tex()
2538 assert(has_lod); in emit_tex()
2613 if (has_off | has_lod | has_bias) { in emit_tex()
2625 if (has_lod | has_bias) in emit_tex()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/freedreno/ir3/
H A Dir3_compiler_nir.c2390 bool has_bias = false, has_lod = false, has_proj = false, has_off = false; in emit_tex() local
2414 has_lod = true; in emit_tex()
2452 compile_assert(ctx, !has_lod); in emit_tex()
2471 opc = has_lod ? OPC_SAML : OPC_SAM; in emit_tex()
2538 assert(has_lod); in emit_tex()
2613 if (has_off | has_lod | has_bias) { in emit_tex()
2625 if (has_lod | has_bias) in emit_tex()
/dports/graphics/libosmesa/mesa-21.3.6/src/freedreno/ir3/
H A Dir3_compiler_nir.c2390 bool has_bias = false, has_lod = false, has_proj = false, has_off = false; in emit_tex() local
2414 has_lod = true; in emit_tex()
2452 compile_assert(ctx, !has_lod); in emit_tex()
2471 opc = has_lod ? OPC_SAML : OPC_SAM; in emit_tex()
2538 assert(has_lod); in emit_tex()
2613 if (has_off | has_lod | has_bias) { in emit_tex()
2625 if (has_lod | has_bias) in emit_tex()
/dports/graphics/mesa-dri/mesa-21.3.6/src/freedreno/ir3/
H A Dir3_compiler_nir.c2390 bool has_bias = false, has_lod = false, has_proj = false, has_off = false; in emit_tex() local
2414 has_lod = true; in emit_tex()
2452 compile_assert(ctx, !has_lod); in emit_tex()
2471 opc = has_lod ? OPC_SAML : OPC_SAM; in emit_tex()
2538 assert(has_lod); in emit_tex()
2613 if (has_off | has_lod | has_bias) { in emit_tex()
2625 if (has_lod | has_bias) in emit_tex()
/dports/lang/clover/mesa-21.3.6/src/freedreno/ir3/
H A Dir3_compiler_nir.c2390 bool has_bias = false, has_lod = false, has_proj = false, has_off = false; in emit_tex() local
2414 has_lod = true; in emit_tex()
2452 compile_assert(ctx, !has_lod); in emit_tex()
2471 opc = has_lod ? OPC_SAML : OPC_SAM; in emit_tex()
2538 assert(has_lod); in emit_tex()
2613 if (has_off | has_lod | has_bias) { in emit_tex()
2625 if (has_lod | has_bias) in emit_tex()
/dports/science/libkml/libkml-1.3.0/tests/kml/convenience/
H A Dconvenience_test.cc351 ASSERT_TRUE(region->has_lod()); in TEST()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/freedreno/ir3/
H A Dir3_compiler_nir.c2919 bool has_bias = false, has_lod = false, has_proj = false, has_off = false; in emit_tex() local
2943 has_lod = true; in emit_tex()
2981 compile_assert(ctx, !has_lod); in emit_tex()
3000 opc = has_lod ? OPC_SAML : OPC_SAM; in emit_tex()
3063 assert(has_lod); in emit_tex()
3138 if (has_off | has_lod | has_bias) { in emit_tex()
3150 if (has_lod | has_bias) in emit_tex()
/dports/games/retroarch/RetroArch-1.9.7/deps/SPIRV-Cross/
H A Dspirv_hlsl.cpp1390 …static const bool has_lod[QueryDimCount] = { true, true, true, true, true, false, true, true, fals… in emit_resources() local
1417 if (has_lod[index]) in emit_resources()
1426 if (has_lod[index]) in emit_resources()
1432 if (has_lod[index]) in emit_resources()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/
H A Dspirv_hlsl.cpp1398 …static const bool has_lod[QueryDimCount] = { true, true, true, true, true, false, true, true, fals… in emit_resources() local
1425 if (has_lod[index]) in emit_resources()
1434 if (has_lod[index]) in emit_resources()
1440 if (has_lod[index]) in emit_resources()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/
H A Dspirv_hlsl.cpp1398 …static const bool has_lod[QueryDimCount] = { true, true, true, true, true, false, true, true, fals… in emit_resources() local
1425 if (has_lod[index]) in emit_resources()
1434 if (has_lod[index]) in emit_resources()
1440 if (has_lod[index]) in emit_resources()
/dports/graphics/rx/rx-0.4.0/cargo-crates/spirv_cross-0.16.0/src/vendor/SPIRV-Cross/
H A Dspirv_hlsl.cpp1390 …static const bool has_lod[QueryDimCount] = { true, true, true, true, true, false, true, true, fals… in emit_resources() local
1417 if (has_lod[index]) in emit_resources()
1426 if (has_lod[index]) in emit_resources()
1432 if (has_lod[index]) in emit_resources()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/spirv-cross/spirv-cross/
H A Dspirv_hlsl.cpp1415 …static const bool has_lod[QueryDimCount] = { true, true, true, true, true, false, true, true, fals… in emit_resources() local
1442 if (has_lod[index]) in emit_resources()
1451 if (has_lod[index]) in emit_resources()
1457 if (has_lod[index]) in emit_resources()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/spirv-cross-internal/src/vendor/SPIRV-Cross/
H A Dspirv_hlsl.cpp1433 …static const bool has_lod[QueryDimCount] = { true, true, true, true, true, false, true, true, fals… in emit_resources() local
1460 if (has_lod[index]) in emit_resources()
1469 if (has_lod[index]) in emit_resources()
1475 if (has_lod[index]) in emit_resources()

12345