/third_party/spirv-tools/source/opt/ |
H A D | const_folding_rules.cpp | 200 // Can't just insert in types_values_begin() because it will move above in FoldInsertWithConstants()
|
/third_party/spirv-tools/source/val/ |
H A D | validate_decorations.cpp | 1143 // Struct requirement is checked on variables so just move on here.
|
/third_party/spirv-tools/test/opt/ |
H A D | ccp_test.cpp | 717 // Just test to make sure the constant fold rules are being used. Will rely on
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderMultisampleInterpolationTests.cpp | 1600 description = (m_caseType == CASE_INTERPOLATE_STRUCT) ? ("no overload for this type") : ("<interpolant> is not an input variable (just a member of)");
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsLongStressCase.cpp | 894 * way we can approximately keep our memory usage at just under the wanted
|
H A D | glsVertexArrayTests.cpp | 2023 DE_ASSERT(arraySpec.offset == 0); // \note [jarkko] it just hasn't been implemented in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryCullRayFlagsTests.cpp | 1924 // In case of AABBs - it's just 2 rectangles ( no face culling idea in AABBs ) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassLoadStoreOpNoneTests.cpp | 245 // just use the initial layout as it's known to be supported by in createRenderPass()
|
H A D | vktRenderPassMultisampleTests.cpp | 66 using tcu::just;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureShadowTests.cpp | 170 // we don't have a separate "uploading" phase and just reuse the buffer we used for GL-upload, do the clamping in verifyTexCompareResult()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackFuzzLayoutCase.cpp | 1985 DE_ASSERT(de::inBounds(maxXfb, 0, 256)); // Not correlated with spec: just make sure vectors won't be huge in delayedInit()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiSurfaceTests.cpp | 1475 const UniquePtr<Window> nativeWindow (NativeObjects::createWindow(*nativeDisplay, tcu::just(testSize))); in createSurfaceInitialSizeTest()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_wext.c | 2079 /* Just changing mode, not actual keys */ in wpa_driver_wext_auth_alg_fallback()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server.c | 833 * just try to find the keyName-NAI first so that we can check the in SM_STATE()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/ |
H A D | eapol_supp_sm.c | 266 * after association and an extra EAPOL-Start is just going to in SM_STATE()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers_p2p.c | 647 * error conditions as against just returning a different in wpas_dbus_handler_p2p_connect()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_wext.c | 2074 /* Just changing mode, not actual keys */ in wpa_driver_wext_auth_alg_fallback()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server.c | 842 * just try to find the keyName-NAI first so that we can check the in SM_STATE()
|
H A D | eap_server_teap.c | 185 * encryption key, so just ignore this PAC-Opaque instead of in eap_teap_session_ticket_cb()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/ |
H A D | eapol_supp_sm.c | 284 * after association and an extra EAPOL-Start is just going to in SM_STATE()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers_p2p.c | 695 * error conditions as against just returning a different in wpas_dbus_handler_p2p_connect()
|
/third_party/vulkan-headers/registry/ |
H A D | generator.py | 823 usually just integers or floating-point numbers."""
|
/third_party/vulkan-loader/tests/ |
H A D | loader_settings_tests.cpp | 177 // configuration that matches the current executable path - but dont set the app-key just yet in TEST()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Framebuffer.cpp | 2349 // Note: we don't actually filter by the draw attachment enum. Just init everything. in ensureDrawAttachmentsInitialized()
|
/third_party/openGLES/specs/gl/ |
H A D | GLSLangSpec.4.60.html | 5683 access a member, just the member name.</p> 5783 They can also appear with just an <em>interface-qualifier</em> to establish layouts 6280 just described above) is an array of size <em>n</em> and each of the elements takes 7321 It can be applied to variables, blocks, block members, or just the qualifier 7876 Similarly, individual member layout qualification is scoped just to the 8103 <strong>align</strong>, which overrides the block-level <strong>align</strong>, but just for that member.</p> 9534 <p>The declaration uses just the name of the previously declared built-in 10248 v4.rgba; <span class="comment">// is a vec4 and the same as just using v4,</span> 11230 An array is passed or returned by using just its name, without brackets, and 12908 Multiple shaders linked together must also consistently write just on [all...] |