/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiPresentIdWaitTests.cpp | 395 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 D | vktWsiColorSpaceTests.cpp | 421 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 D | vktWsiPresentIdWaitTests.cpp | 395 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 D | vktWsiColorSpaceTests.cpp | 421 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 D | gxvmod.c | 127 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 D | gxvjust.c | 5 * 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 D | vktMeshShaderApiTests.cpp | 664 { 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 D | vktMeshShaderApiTestsEXT.cpp | 723 { 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 D | vktMeshShaderApiTests.cpp | 664 { 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 D | vktMeshShaderApiTestsEXT.cpp | 723 { 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 D | vktPipelineExtendedDynamicStateTests.cpp | 921 , 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 D | 037-finalize-unexpanded-macro.c | 3 foo(expand(just))
|
H A D | 096-paste-twice.c | 2 paste_twice(just, one, token)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineExtendedDynamicStateTests.cpp | 1270 , 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 D | es3fDrawBuffersIndexedTests.cpp | 76 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 D | skeleton.c | 64 #warning skeleton.c is just an example, not something to deploy.
|
/third_party/curl/scripts/ |
H A D | nroff2cd | 33 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 D | function_get_target_outputs.cc | 39 action, copy, and generated_file targets: this will just return the files
|
/third_party/node/deps/v8/src/heap/base/asm/arm64/ |
H A D | push_registers_masm.S | 5 ; 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 D | ftgxval.h | 56 * 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 D | checkasm.asm | 32 ; 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 D | locate-test | 18 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 D | weak.rs | 25 // 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 D | weak.rs | 25 // 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 D | tcuMaybe.hpp | 79 Maybe<T> just (const T& value) in just() function
|