Home
last modified time | relevance | path

Searched defs:combo (Results 1 – 20 of 20) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_combine_stores.c101 struct combined_store *combo) in free_combined_store()
110 struct combined_store *combo) in combine_stores()
248 struct combined_store *combo = find_matching_combined_store(state, vec_dst); in update_combined_store() local
/third_party/skia/experimental/graphite/src/
DProgramCache.h33 Combination combo() const { return fCombination; } in combo() function
/third_party/skia/src/gpu/mock/
DGrMockCaps.cpp95 for (const GrCaps::TestFormatColorTypeCombination& combo : combos) { in getTestingCombinations() local
/third_party/skia/tests/graphite/
DUniformTest.cpp17 std::tuple<SkPaint, int> create_paint(skgpu::Combination combo) { in create_paint()
/third_party/skia/tests/
DGrSurfaceTest.cpp113 for (const GrCaps::TestFormatColorTypeCombination& combo : combos) { in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
217 for (const GrCaps::TestFormatColorTypeCombination& combo : combos) { in DEF_GPUTEST() local
227 uint32_t readColor) { in DEF_GPUTEST()
DBackendAllocationTest.cpp600 for (auto combo : combinations) { in color_type_backend_allocation_test() local
801 for (auto combo : combinations) { in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() local
953 for (auto combo : combinations) { in DEF_GPUTEST_FOR_VULKAN_CONTEXT() local
DCompressedBackendAllocationTest.cpp292 for (auto combo : combinations) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/libwebsockets/lib/misc/
Ddir.c78 lws_dir_via_stat(char *combo, size_t l, const char *path, struct lws_dir_entry *lde) in lws_dir_via_stat()
120 char combo[COMBO_SIZEOF]; in lws_dir() local
/third_party/lzma/CPP/7zip/UI/GUI/
DExtractDialog.cpp98 void AddComboItems(NControl::CComboBox &combo, const UInt32 *langIDs, unsigned numItems, const int … in AddComboItems()
/third_party/skia/src/gpu/dawn/
DGrDawnCaps.cpp210 for (const GrCaps::TestFormatColorTypeCombination& combo : combos) { in getTestingCombinations() local
/third_party/libwebsockets/lib/roles/ws/
Dserver-ws.c413 char *uptr = "unknown method", combo[128], dotstar[64]; in lws_process_ws_upgrade2() local
/third_party/typescript/tests/cases/conformance/types/members/
DindexSignatures1.ts31 declare let combo: { [x: `foo-${string}`]: 'a' | 'b' } & { [x: `${string}-bar`]: 'b' | 'c' }; variable
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
Dcurve448.c638 ossl_curve448_base_double_scalarmul_non_secret(curve448_point_t combo, in ossl_curve448_base_double_scalarmul_non_secret()
/third_party/openssl/crypto/ec/curve448/
Dcurve448.c638 ossl_curve448_base_double_scalarmul_non_secret(curve448_point_t combo, in ossl_curve448_base_double_scalarmul_non_secret()
/third_party/icu/tools/colprobe/
DcolprobeNew.cpp1052 Line myCh, combo, trial, inter, kLine; in testWin() local
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngimage.c300 int combo = known_bad_combos[i][0]; in is_bad_combo() local
/third_party/skia/third_party/skcms/src/
DTransform_inl.h752 for (int combo = 0; combo < (1<<dim); combo++) { // This loop can be done in any order. in clut() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp4637 for (size_t combo = 0; combo < numOfFlagCombos; combo++) in testAndroidHardwareBufferImageFormat() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiExternalMemoryTests.cpp4485 for (size_t combo = 0; combo < numOfFlagCombos; combo++) in testAndroidHardwareBufferImageFormat() local
/third_party/glfw/deps/
Dnuklear.h5235 struct nk_style_combo combo; member