Home
last modified time | relevance | path

Searched defs:options (Results 1826 - 1850 of 2730) sorted by relevance

1...<<71727374757677787980>>...110

/third_party/node/deps/v8/src/objects/
H A Djs-relative-time-format.cc80 Handle<JSReceiver> options; in New() local
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_compute_transforms.cpp35 get_indirect_draw_base_vertex_transform(const nir_shader_compiler_options *options, const d3d12_compute_transform_key *args) in get_indirect_draw_base_vertex_transform() argument
104 get_fake_so_buffer_copy_back(const nir_shader_compiler_options *options, const d3d12_compute_transform_key *key) in get_fake_so_buffer_copy_back() argument
156 get_fake_so_buffer_vertex_count(const nir_shader_compiler_options *options) in get_fake_so_buffer_vertex_count() argument
189 get_draw_auto(const nir_shader_compiler_options *options) in get_draw_auto() argument
216 create_compute_transform(const nir_shader_compiler_options *options, const d3d12_compute_transform_key *key) in create_compute_transform() argument
247 const nir_shader_compiler_options *options = &d3d12_screen(ctx->base.screen)->nir_options; d3d12_get_compute_transform() local
[all...]
/third_party/mesa3d/src/gallium/tools/trace/
H A Dpytracediff.py337 options = optparser.parse_args() global() variable
[all...]
/third_party/node/deps/uv/src/unix/
H A Dprocess.c89 int options; in uv__wait_children() local
256 static void uv__process_child_init(const uv_process_options_t* options, in uv__process_child_init() argument
439 uv__spawn_set_posix_spawn_attrs( posix_spawnattr_t* attrs, const uv__posix_spawn_fncs_t* posix_spawn_fncs, const uv_process_options_t* options) uv__spawn_set_posix_spawn_attrs() argument
511 uv__spawn_set_posix_spawn_file_actions( posix_spawn_file_actions_t* actions, const uv__posix_spawn_fncs_t* posix_spawn_fncs, const uv_process_options_t* options, int stdio_count, int (*pipes)[2]) uv__spawn_set_posix_spawn_file_actions() argument
648 uv__spawn_resolve_and_spawn(const uv_process_options_t* options, posix_spawnattr_t* attrs, posix_spawn_file_actions_t* actions, pid_t* pid) uv__spawn_resolve_and_spawn() argument
748 uv__spawn_and_init_child_posix_spawn( const uv_process_options_t* options, int stdio_count, int (*pipes)[2], pid_t* pid, const uv__posix_spawn_fncs_t* posix_spawn_fncs) uv__spawn_and_init_child_posix_spawn() argument
789 uv__spawn_and_init_child_fork(const uv_process_options_t* options, int stdio_count, int (*pipes)[2], int error_fd, pid_t* pid) uv__spawn_and_init_child_fork() argument
830 uv__spawn_and_init_child( uv_loop_t* loop, const uv_process_options_t* options, int stdio_count, int (*pipes)[2], pid_t* pid) uv__spawn_and_init_child() argument
935 uv_spawn(uv_loop_t* loop, uv_process_t* process, const uv_process_options_t* options) uv_spawn() argument
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_substitute.c220 pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, pcre2_match_context *mcontext, PCRE2_SPTR replacement, PCRE2_SIZE rlength, PCRE2_UCHAR *buffer, PCRE2_SIZE *blength) pcre2_substitute() argument
[all...]
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeX86_32.c262 sljit_emit_enter(struct sljit_compiler *compiler, sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) sljit_emit_enter() argument
487 sljit_set_context(struct sljit_compiler *compiler, sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) sljit_set_context() argument
[all...]
H A DsljitNativeX86_64.c373 sljit_emit_enter(struct sljit_compiler *compiler, sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) sljit_emit_enter() argument
553 sljit_set_context(struct sljit_compiler *compiler, sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) sljit_set_context() argument
[all...]
/third_party/popt/src/
H A Dpoptint.h99 const struct poptOption * options; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLContext.cpp299 linkProgram(cl_uint numDevices, const cl_device_id *deviceList, const char *options, cl_uint numInputPrograms, const cl_program *inputPrograms, ProgramCB pfnNotify, void *userData, cl_int &errorCode) linkProgram() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/converged/
H A DCompositorNativeWindow11.cpp421 CreateDispatcherQueueController( DispatcherQueueOptions options, ABI::Windows::System::IDispatcherQueueController **dispatcherQueueController) CreateDispatcherQueueController() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLContextCL.cpp310 linkProgram(const cl::Program &program, const cl::DevicePtrs &devices, const char *options, const cl::ProgramPtrs &inputPrograms, cl::Program *notify, cl_int &errorCode) linkProgram() argument
/third_party/vk-gl-cts/external/amber/src/src/
H A Dexecutor_test.cc239 Options options; in TEST_F() local
269 Options options; in TEST_F() local
299 Options options; in TEST_F() local
326 Options options; in TEST_F() local
361 Options options; in TEST_F() local
392 Options options; TEST_F() local
413 Options options; TEST_F() local
433 Options options; TEST_F() local
463 Options options; TEST_F() local
483 Options options; TEST_F() local
504 Options options; TEST_F() local
524 Options options; TEST_F() local
545 Options options; TEST_F() local
565 Options options; TEST_F() local
586 Options options; TEST_F() local
606 Options options; TEST_F() local
627 Options options; TEST_F() local
647 Options options; TEST_F() local
668 Options options; TEST_F() local
688 Options options; TEST_F() local
709 Options options; TEST_F() local
729 Options options; TEST_F() local
750 Options options; TEST_F() local
769 Options options; TEST_F() local
789 Options options; TEST_F() local
809 Options options; TEST_F() local
830 Options options; TEST_F() local
849 Options options; TEST_F() local
869 Options options; TEST_F() local
[all...]
/third_party/skia/src/codec/
H A DSkIcoCodec.cpp332 onStartScanlineDecode(const SkImageInfo& dstInfo, const SkCodec::Options& options) onStartScanlineDecode() argument
366 onStartIncrementalDecode(const SkImageInfo& dstInfo, void* pixels, size_t rowBytes, const SkCodec::Options& options) onStartIncrementalDecode() argument
H A DSkWebpCodec.cpp346 onGetPixels(const SkImageInfo& dstInfo, void* dst, size_t rowBytes, const Options& options, int* rowsDecodedPtr) onGetPixels() argument
[all...]
H A DSkBmpStandardCodec.cpp196 onPrepareToDecode(const SkImageInfo& dstInfo, const SkCodec::Options& options) onPrepareToDecode() argument
/third_party/skia/src/gpu/mock/
H A DGrMockGpu.cpp77 GrMockGpu::GrMockGpu(GrDirectContext* direct, const GrMockOptions& options, in GrMockGpu() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DParseHelper.h37 TParseContext(TSymbolTable& symt, TExtensionBehavior& ext, TIntermediate& interm, GLenum type, int options, bool checksPrecErrors, const char* sourcePath, TInfoSink& is) : in TParseContext() argument
/third_party/skia/third_party/externals/spirv-tools/source/link/
H A Dlinker.cpp520 RemoveLinkageSpecificInstructions( const MessageConsumer& consumer, const LinkerOptions& options, const LinkageTable& linkings_to_do, DecorationManager* decoration_manager, opt::IRContext* linked_context) RemoveLinkageSpecificInstructions() argument
641 Link(const Context& context, const std::vector<std::vector<uint32_t>>& binaries, std::vector<uint32_t>* linked_binary, const LinkerOptions& options) Link() argument
659 Link(const Context& context, const uint32_t* const* binaries, const size_t* binary_sizes, size_t num_binaries, std::vector<uint32_t>* linked_binary, const LinkerOptions& options) Link() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dtext.cpp732 spvTextToBinaryInternal(const spvtools::AssemblyGrammar& grammar, const spvtools::MessageConsumer& consumer, const spv_text text, const uint32_t options, spv_binary* pBinary) spvTextToBinaryInternal() argument
814 spvTextToBinaryWithOptions(const spv_const_context context, const char* input_text, const size_t input_text_size, const uint32_t options, spv_binary* pBinary, spv_diagnostic* pDiagnostic) spvTextToBinaryWithOptions() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/link/
H A Dlinker.cpp520 RemoveLinkageSpecificInstructions( const MessageConsumer& consumer, const LinkerOptions& options, const LinkageTable& linkings_to_do, DecorationManager* decoration_manager, opt::IRContext* linked_context) RemoveLinkageSpecificInstructions() argument
641 Link(const Context& context, const std::vector<std::vector<uint32_t>>& binaries, std::vector<uint32_t>* linked_binary, const LinkerOptions& options) Link() argument
659 Link(const Context& context, const uint32_t* const* binaries, const size_t* binary_sizes, size_t num_binaries, std::vector<uint32_t>* linked_binary, const LinkerOptions& options) Link() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dtext.cpp732 spvTextToBinaryInternal(const spvtools::AssemblyGrammar& grammar, const spvtools::MessageConsumer& consumer, const spv_text text, const uint32_t options, spv_binary* pBinary) spvTextToBinaryInternal() argument
814 spvTextToBinaryWithOptions(const spv_const_context context, const char* input_text, const size_t input_text_size, const uint32_t options, spv_binary* pBinary, spv_diagnostic* pDiagnostic) spvTextToBinaryWithOptions() argument
/third_party/skia/third_party/externals/libgifcodec/
H A DSkLibGifCodec.cpp318 const auto& options = this->options(); in onIncrementalDecode() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationkeys.cpp234 int32_t options = settings.options; in writeSortKeyUpToQuaternary() local
[all...]
/third_party/skia/third_party/externals/icu/source/tools/gensprep/
H A Dstore.c353 extern void setOptions(int32_t options){ in setOptions() argument
/third_party/skia/third_party/externals/icu/source/tools/makeconv/
H A Dmakeconv.cpp187 static UOption options[]={ variable
[all...]

Completed in 23 milliseconds

1...<<71727374757677787980>>...110