Home
last modified time | relevance | path

Searched defs:desc (Results 1926 - 1950 of 1970) sorted by relevance

1...<<717273747576777879

/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.cc389 void Assembler::GetCode(Isolate* isolate, CodeDesc* desc, in GetCode() argument
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.cc290 void Assembler::GetCode(Isolate* isolate, CodeDesc* desc, in GetCode() argument
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.cc312 void Assembler::GetCode(Isolate* isolate, CodeDesc* desc, in GetCode() argument
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.cc189 void Assembler::GetCode(Isolate* isolate, CodeDesc* desc, in GetCode() argument
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc563 void Assembler::GetCode(Isolate* isolate, CodeDesc* desc, in GetCode() argument
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.cc240 void Assembler::GetCode(Isolate* isolate, CodeDesc* desc, in GetCode() argument
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc112 bool ArmDebugger::GetValue(const char* desc, int32_t* value) { in GetValue() argument
123 bool ArmDebugger::GetVFPSingleValue(const char* desc, float* value) { in GetVFPSingleValue() argument
133 GetVFPDoubleValue(const char* desc, double* value) GetVFPDoubleValue() argument
[all...]
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc81 Factory::CodeBuilder::CodeBuilder(Isolate* isolate, const CodeDesc& desc, in CodeBuilder() argument
89 CodeBuilder(LocalIsolate* local_isolate, const CodeDesc& desc, CodeKind kind) CodeBuilder() argument
/third_party/node/deps/v8/src/objects/
H A Dobjects.cc2702 PropertyDescriptor desc; in SetSuperProperty() local
3264 PropertyDescriptor desc; in GetPropertyAttributes() local
3287 DefineOwnProperty(Isolate* isolate, Handle<JSArray> o, Handle<Object> name, PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw) DefineOwnProperty() argument
3387 ArraySetLength(Isolate* isolate, Handle<JSArray> a, PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw) ArraySetLength() argument
3480 DefineOwnProperty(Isolate* isolate, Handle<JSProxy> proxy, Handle<Object> key, PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw) DefineOwnProperty() argument
3606 SetPrivateSymbol(Isolate* isolate, Handle<JSProxy> proxy, Handle<Symbol> private_name, PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw) SetPrivateSymbol() argument
3653 GetOwnPropertyDescriptor(Isolate* isolate, Handle<JSProxy> proxy, Handle<Name> name, PropertyDescriptor* desc) GetOwnPropertyDescriptor() argument
3864 CopyUpTo(Isolate* isolate, Handle<DescriptorArray> desc, int enumeration_index, int slack) CopyUpTo() argument
3971 IsEqualUpTo(DescriptorArray desc, int nof_descriptors) IsEqualUpTo() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c2551 const struct util_format_description *desc = in iris_create_sampler_view() local
7284 uint32_t desc[GENX(INTERFACE_DESCRIPTOR_DATA_length)]; in iris_upload_gpgpu_walker() local
7286 iris_pack_state(GENX(INTERFACE_DESCRIPTOR_DATA), desc, id in iris_upload_gpgpu_walker() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_dx.h1135 SVGA3dShaderResourceViewDesc desc; member
1150 SVGA3dShaderResourceViewDesc desc; member
1195 SVGA3dRenderTargetViewDesc desc; member
1210 SVGA3dRenderTargetViewDesc desc; member
1338 SVGA3dUAViewDesc desc; member
1354 SVGA3dUAViewDesc desc; member
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c1562 bi_index desc = b->shader->inputs->is_blend ? in bi_emit_ld_tile() local
3386 struct bifrost_texture_operation desc = { in bi_emit_texc() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c4181 tc_get_intel_perf_query_counter_info(struct pipe_context *_pipe, unsigned query_index, unsigned counter_index, const char **name, const char **desc, uint32_t *offset, uint32_t *data_size, uint32_t *type_enum, uint32_t *data_type_enum, uint64_t *raw_max) tc_get_intel_perf_query_counter_info() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_context.h560 } desc; member
/third_party/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c648 const struct util_format_description *desc; in evergreen_fill_buffer_resource_words() local
1056 const struct util_format_description *desc; in evergreen_set_color_surface_buffer() local
1128 const struct util_format_description *desc; evergreen_set_color_surface_common() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp3202 string desc; in addOpUnreachableAmberTests() member
3229 string desc; in addOpSwitchAmberTests() member
3257 string desc; in createOpArrayLengthComputeGroup() member
7081 const std::string desc; in createOpUndefGroup() member
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp311 void AppendBufferVectorToDesc(vk::ShaderBuffersDescriptorDesc *desc, in AppendBufferVectorToDesc() argument
816 vk::DescriptorSetLayoutDesc desc = getDriverUniformsDescriptorSetDesc(); in initialize() local
[all...]
/third_party/skia/src/core/
H A DSkPath.cpp1950 void SkPath::dump(std::string& desc, int depth) const { in dump() argument
/third_party/skia/third_party/externals/imgui/
H A Dimgui_demo.cpp190 static void HelpMarker(const char* desc) in HelpMarker() argument
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_python_wrap.c1450 SWIG_Python_ExceptionType(swig_type_info *desc) { in SWIG_Python_ExceptionType() argument
2458 const char *desc = doc ? strstr(doc, "swig_ptr: ") : 0; in SWIG_Python_ConvertFunctionPtr() local
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc1028 const EnumValueDescriptor* desc = FindPtrOrNull( in FindEnumValueByNumberCreatingIfUnknown() local
1037 const EnumValueDescriptor* desc = FindPtrOrNull( in FindEnumValueByNumberCreatingIfUnknown() local
1047 const EnumValueDescriptor* desc = FindPtrOrNull( in FindEnumValueByNumberCreatingIfUnknown() local
2377 SourceLocationCommentPrinter(const DescType* desc, cons argument
[all...]
/third_party/python/Python/
H A Dceval.c1140 PyFrameConstructor desc = { in PyEval_EvalCode() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp965 RayTracingASBasicTestCase::RayTracingASBasicTestCase (tcu::TestContext& context, const char* name, const char* desc, const TestParams& data) in RayTracingASBasicTestCase() argument
1217 RayTracingASFuncArgTestCase::RayTracingASFuncArgTestCase (tcu::TestContext& context, const char* name, const char* desc, const TestParams& data) in RayTracingASFuncArgTestCase() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp1217 ShaderTextureFunctionCase(tcu::TestContext& testCtx, const std::string& name, const std::string& desc, const TextureLookupSpec& lookup, const TextureSpec& texture, TexEvalFunc evalFunc, bool isVertexCase) ShaderTextureFunctionCase() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp3200 string desc; in addOpUnreachableAmberTests() member
3227 string desc; in addOpSwitchAmberTests() member
3255 string desc; in createOpArrayLengthComputeGroup() member
7069 const std::string desc; in createOpUndefGroup() member
[all...]

Completed in 207 milliseconds

1...<<717273747576777879