Home
last modified time | relevance | path

Searched refs:just (Results 1 - 25 of 165) sorted by relevance

1234567

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiPresentIdWaitTests.cpp395 const NativeObjects native (m_context, instHelper.supportedExtensions, m_wsiType, 1u, tcu::just(desiredSize)); in iterate()
673 { tcu::just<deUint64>(0), tcu::just(vk::VK_SUCCESS) },
694 { tcu::just<deUint64>(1), tcu::just(vk::VK_SUCCESS) },
695 { tcu::just(std::numeric_limits<deUint64>::max()), tcu::just(vk::VK_SUCCESS) },
716 { tcu::just<deUint64>(0), tcu::just(vk::VK_SUCCESS) },
717 { tcu::just<deUint6
[all...]
H A DvktWsiColorSpaceTests.cpp421 const NativeObjects native (context, instHelper.supportedExtensions, wsiType, 1u, tcu::just(desiredSize)); in basicExtensionTest()
462 const NativeObjects native (context, instHelper.supportedExtensions, params.wsiType, tcu::just(desiredSize)); in colorspaceCompareTest()
771 const NativeObjects native (context, instHelper.supportedExtensions, wsiType, 1u, tcu::just(desiredSize)); in surfaceFormatRenderTests()
793 const NativeObjects native (context, instHelper.supportedExtensions, wsiType, 1u, tcu::just(desiredSize)); in surfaceFormatRenderWithHdrTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiPresentIdWaitTests.cpp395 const NativeObjects native (m_context, instHelper.supportedExtensions, m_wsiType, 1u, tcu::just(desiredSize)); in iterate()
673 { tcu::just<deUint64>(0), tcu::just(vk::VK_SUCCESS) },
694 { tcu::just<deUint64>(1), tcu::just(vk::VK_SUCCESS) },
695 { tcu::just(std::numeric_limits<deUint64>::max()), tcu::just(vk::VK_SUCCESS) },
716 { tcu::just<deUint64>(0), tcu::just(vk::VK_SUCCESS) },
717 { tcu::just<deUint6
[all...]
H A DvktWsiColorSpaceTests.cpp421 const NativeObjects native (context, instHelper.supportedExtensions, wsiType, 1u, tcu::just(desiredSize)); in basicExtensionTest()
462 const NativeObjects native (context, instHelper.supportedExtensions, params.wsiType, tcu::just(desiredSize)); in colorspaceCompareTest()
771 const NativeObjects native (context, instHelper.supportedExtensions, wsiType, 1u, tcu::just(desiredSize)); in surfaceFormatRenderTests()
792 const NativeObjects native (context, instHelper.supportedExtensions, wsiType, 1u, tcu::just(desiredSize)); in surfaceFormatRenderWithHdrTests()
/third_party/skia/third_party/externals/freetype/src/gxvalid/
H A Dgxvmod.c127 GXV_TABLE_DECL( just ); in gxv_validate()
142 GXV_TABLE_LOAD( just ); in gxv_validate()
154 GXV_TABLE_VALIDATE( just ); in gxv_validate()
167 GXV_TABLE_SET( just ); in gxv_validate()
180 FT_FREE( just ); in gxv_validate()
H A Dgxvjust.c5 * TrueTypeGX/AAT just table validation (body).
44 * referred `just' table format specification:
66 #define GXV_JUST_DATA( a ) GXV_TABLE_DATA( just, a )
69 /* GX just table does not define their subset of GID */
80 GXV_TRACE(( "just table includes too large %s" in gxv_just_check_max_gid()
120 GXV_TRACE(( "just table includes non-zero value" in gxv_just_wdp_entry_validate()
162 GXV_NAME_ENTER( "just justDeltaClusters" ); in gxv_just_widthDeltaClusters_validate()
208 GXV_TRACE(( "just table includes invalid range spec:" in gxv_just_actSubrecord_type0_validate()
349 GXV_NAME_ENTER( "just actSubrecord" ); in gxv_just_actSubrecord_validate()
429 GXV_NAME_ENTER( "just pcLookupTabl in gxv_just_pcLookupTable_validate()
657 GXV_just_Data just = &justrec; gxv_just_validate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderApiTests.cpp664 { tcu::just(IndirectArgs{ 0u, 0u }), "offset_0_stride_0" }, in createMeshShaderApiTests()
665 { tcu::just(IndirectArgs{ 0u, normalStride }), "offset_0_stride_normal" }, in createMeshShaderApiTests()
666 { tcu::just(IndirectArgs{ 0u, largeStride }), "offset_0_stride_large" }, in createMeshShaderApiTests()
669 { tcu::just(IndirectArgs{ altOffset, 0u }), "offset_alt_stride_0" }, in createMeshShaderApiTests()
670 { tcu::just(IndirectArgs{ altOffset, normalStride }), "offset_alt_stride_normal" }, in createMeshShaderApiTests()
671 { tcu::just(IndirectArgs{ altOffset, largeStride }), "offset_alt_stride_large" }, in createMeshShaderApiTests()
681 { tcu::just(IndirectCountLimitType::BUFFER_VALUE), "count_limit_buffer" }, in createMeshShaderApiTests()
682 { tcu::just(IndirectCountLimitType::MAX_COUNT), "count_limit_max_count" }, in createMeshShaderApiTests()
692 { tcu::just(uint32_t{0u}), "count_offset_0" }, in createMeshShaderApiTests()
693 { tcu::just(altOffse in createMeshShaderApiTests()
[all...]
H A DvktMeshShaderApiTestsEXT.cpp723 { tcu::just(IndirectArgs{ 0u, 0u }), "offset_0_stride_0" }, in createMeshShaderApiTestsEXT()
724 { tcu::just(IndirectArgs{ 0u, normalStride }), "offset_0_stride_normal" }, in createMeshShaderApiTestsEXT()
725 { tcu::just(IndirectArgs{ 0u, largeStride }), "offset_0_stride_large" }, in createMeshShaderApiTestsEXT()
728 { tcu::just(IndirectArgs{ altOffset, 0u }), "offset_alt_stride_0" }, in createMeshShaderApiTestsEXT()
729 { tcu::just(IndirectArgs{ altOffset, normalStride }), "offset_alt_stride_normal" }, in createMeshShaderApiTestsEXT()
730 { tcu::just(IndirectArgs{ altOffset, largeStride }), "offset_alt_stride_large" }, in createMeshShaderApiTestsEXT()
740 { tcu::just(IndirectCountLimitType::BUFFER_VALUE), "count_limit_buffer" }, in createMeshShaderApiTestsEXT()
741 { tcu::just(IndirectCountLimitType::MAX_COUNT), "count_limit_max_count" }, in createMeshShaderApiTestsEXT()
751 { tcu::just(uint32_t{0u}), "count_offset_0" }, in createMeshShaderApiTestsEXT()
752 { tcu::just(altOffse in createMeshShaderApiTestsEXT()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderApiTests.cpp664 { tcu::just(IndirectArgs{ 0u, 0u }), "offset_0_stride_0" }, in createMeshShaderApiTests()
665 { tcu::just(IndirectArgs{ 0u, normalStride }), "offset_0_stride_normal" }, in createMeshShaderApiTests()
666 { tcu::just(IndirectArgs{ 0u, largeStride }), "offset_0_stride_large" }, in createMeshShaderApiTests()
669 { tcu::just(IndirectArgs{ altOffset, 0u }), "offset_alt_stride_0" }, in createMeshShaderApiTests()
670 { tcu::just(IndirectArgs{ altOffset, normalStride }), "offset_alt_stride_normal" }, in createMeshShaderApiTests()
671 { tcu::just(IndirectArgs{ altOffset, largeStride }), "offset_alt_stride_large" }, in createMeshShaderApiTests()
681 { tcu::just(IndirectCountLimitType::BUFFER_VALUE), "count_limit_buffer" }, in createMeshShaderApiTests()
682 { tcu::just(IndirectCountLimitType::MAX_COUNT), "count_limit_max_count" }, in createMeshShaderApiTests()
692 { tcu::just(uint32_t{0u}), "count_offset_0" }, in createMeshShaderApiTests()
693 { tcu::just(altOffse in createMeshShaderApiTests()
[all...]
H A DvktMeshShaderApiTestsEXT.cpp723 { tcu::just(IndirectArgs{ 0u, 0u }), "offset_0_stride_0" }, in createMeshShaderApiTestsEXT()
724 { tcu::just(IndirectArgs{ 0u, normalStride }), "offset_0_stride_normal" }, in createMeshShaderApiTestsEXT()
725 { tcu::just(IndirectArgs{ 0u, largeStride }), "offset_0_stride_large" }, in createMeshShaderApiTestsEXT()
728 { tcu::just(IndirectArgs{ altOffset, 0u }), "offset_alt_stride_0" }, in createMeshShaderApiTestsEXT()
729 { tcu::just(IndirectArgs{ altOffset, normalStride }), "offset_alt_stride_normal" }, in createMeshShaderApiTestsEXT()
730 { tcu::just(IndirectArgs{ altOffset, largeStride }), "offset_alt_stride_large" }, in createMeshShaderApiTestsEXT()
740 { tcu::just(IndirectCountLimitType::BUFFER_VALUE), "count_limit_buffer" }, in createMeshShaderApiTestsEXT()
741 { tcu::just(IndirectCountLimitType::MAX_COUNT), "count_limit_max_count" }, in createMeshShaderApiTestsEXT()
751 { tcu::just(uint32_t{0u}), "count_offset_0" }, in createMeshShaderApiTestsEXT()
752 { tcu::just(altOffse in createMeshShaderApiTestsEXT()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp921 , dynamicValue (tcu::just<T>(dVal)) in StaticAndDynamicPair()
1040 BEFORE_DRAW = 1, // After binding dynamic pipeline and just before drawing.
1923 const tcu::Maybe<bool> dynamicValue = (hasDynamicValue ? tcu::just(negativeOneToOneConfig.dynamicValue->get()) : tcu::nothing<bool>()); in getActiveNegativeOneToOneValue()
1932 const tcu::Maybe<bool> dynamicValue = (hasDynamicValue ? tcu::just(depthClipEnableConfig.dynamicValue->get()) : tcu::nothing<bool>()); in getActiveDepthClipEnable()
3605 // This one just reuses the default device from the context.
5366 { SequenceOrdering::BEFORE_DRAW, "before_draw", "Dynamic state set just before drawing" }, in createExtendedDynamicStateTests()
5411 config.cullModeConfig.dynamicValue = tcu::just<vk::VkCullModeFlags>(vk::VK_CULL_MODE_NONE); in createExtendedDynamicStateTests()
5417 config.cullModeConfig.dynamicValue = tcu::just<vk::VkCullModeFlags>(vk::VK_CULL_MODE_BACK_BIT); in createExtendedDynamicStateTests()
5425 config.cullModeConfig.dynamicValue = tcu::just<vk::VkCullModeFlags>(vk::VK_CULL_MODE_FRONT_BIT); in createExtendedDynamicStateTests()
5431 config.cullModeConfig.dynamicValue = tcu::just<v in createExtendedDynamicStateTests()
[all...]
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
H A D037-finalize-unexpanded-macro.c3 foo(expand(just))
H A D096-paste-twice.c2 paste_twice(just, one, token)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1270 , dynamicValue (tcu::just<T>(dVal)) in StaticAndDynamicPair()
1393 BEFORE_DRAW = 1, // After binding dynamic pipeline and just before drawing.
2389 const tcu::Maybe<bool> dynamicValue = (hasDynamicValue ? tcu::just(negativeOneToOneConfig.dynamicValue->get()) : tcu::nothing<bool>()); in getActiveNegativeOneToOneValue()
2398 const tcu::Maybe<bool> dynamicValue = (hasDynamicValue ? tcu::just(depthClipEnableConfig.dynamicValue->get()) : tcu::nothing<bool>()); in getActiveDepthClipEnable()
4328 // This one just reuses the default device from the context.
6460 // Dynamic state set just before drawing in createExtendedDynamicStateTests()
6520 config.cullModeConfig.dynamicValue = tcu::just<vk::VkCullModeFlags>(vk::VK_CULL_MODE_NONE); in createExtendedDynamicStateTests()
6527 config.cullModeConfig.dynamicValue = tcu::just<vk::VkCullModeFlags>(vk::VK_CULL_MODE_BACK_BIT); in createExtendedDynamicStateTests()
6536 config.cullModeConfig.dynamicValue = tcu::just<vk::VkCullModeFlags>(vk::VK_CULL_MODE_FRONT_BIT); in createExtendedDynamicStateTests()
6543 config.cullModeConfig.dynamicValue = tcu::just<v in createExtendedDynamicStateTests()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDrawBuffersIndexedTests.cpp76 using tcu::just;
1396 postCommon.enableBlend = tcu::just(false); in genRandomTest()
1407 blendState.enableBlend = tcu::just(false); in genRandomTest()
1522 const BlendState preState = BlendState((commonState.enableBlend ? commonState.enableBlend : just(true)), in createDiffTest()
1524 (commonState.blendFunc ? commonState.blendFunc : just(Either<BlendFunc, SeparateBlendFunc>(BlendFunc(GL_ONE, GL_ONE)))), in createDiffTest()
1535 const BlendState preState = BlendState(just(true), in createDiffTest()
1559 const BlendState preState = BlendState((commonState.enableBlend ? commonState.enableBlend : just(true)), in createAdvancedEqDiffTest()
1561 (commonState.blendFunc ? commonState.blendFunc : just(Either<BlendFunc, SeparateBlendFunc>(BlendFunc(GL_ONE, GL_ONE)))), in createAdvancedEqDiffTest()
1571 const BlendState preState = BlendState(just(true), in createAdvancedEqDiffTest()
1593 const BlendState disableState = BlendState(just(fals in addDrawBufferCommonTests()
[all...]
/third_party/toybox/toys/example/
H A Dskeleton.c64 #warning skeleton.c is just an example, not something to deploy.
/third_party/curl/scripts/
H A Dnroff2cd33 section is code or just regular quotes. It then assumes and uses ~~~c
116 # we just slurp up this section
131 # .IP with no text we just skip
/third_party/gn/src/gn/
H A Dfunction_get_target_outputs.cc39 action, copy, and generated_file targets: this will just return the files
/third_party/node/deps/v8/src/heap/base/asm/arm64/
H A Dpush_registers_masm.S5 ; This file is exactly the same as push_registers_asm.cc, just formatted for
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftgxval.h56 * TrueTypeGX tables (feat, mort, morx, bsln, just, kern, opbd, trak,
137 * Validate 'just' table.
155 * Validate all TrueTypeGX tables (feat, mort, morx, bsln, just, kern,
164 #define FT_VALIDATE_just FT_VALIDATE_GX_BITFIELD( just )
/third_party/ffmpeg/tests/checkasm/x86/
H A Dcheckasm.asm32 ; just random numbers to reduce the chance of incidental match
187 ; just random numbers to reduce the chance of incidental match
/third_party/ltp/testcases/open_posix_testsuite/scripts/
H A Dlocate-test18 If you just want to build a test, but not run it,
73 # Simple version right now, just locate all:
/third_party/rust/crates/rustix/tests/process/
H A Dweak.rs25 // that, we'll just allow that some unix targets don't use this module at all.
192 // interposition, but if it's not found just fail.
/third_party/rust/crates/rustix/tests/param/
H A Dweak.rs25 // that, we'll just allow that some unix targets don't use this module at all.
192 // interposition, but if it's not found just fail.
/third_party/vk-gl-cts/framework/common/
H A DtcuMaybe.hpp79 Maybe<T> just (const T& value) in just() function

Completed in 39 milliseconds

1234567