Home
last modified time | relevance | path

Searched defs:desc (Results 651 - 675 of 2160) sorted by relevance

1...<<21222324252627282930>>...87

/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dunified-heap-marking-visitor.cc24 Visit(const void* object, TraceDescriptor desc) Visit() argument
29 VisitWeak(const void* object, TraceDescriptor desc, WeakCallback weak_callback, const void* weak_member) VisitWeak() argument
68 VisitRoot(const void* object, TraceDescriptor desc, const SourceLocation&) VisitRoot() argument
74 VisitWeakRoot(const void* object, TraceDescriptor desc, WeakCallback weak_callback, const void* weak_root, const SourceLocation&) VisitWeakRoot() argument
/third_party/node/deps/v8/src/heap/cppgc/
H A Dmarking-visitor.cc18 void MarkingVisitorBase::Visit(const void* object, TraceDescriptor desc) { in Visit() argument
22 void MarkingVisitorBase::VisitWeak(const void* object, TraceDescriptor desc, in VisitWeak() argument
80 void MutatorMarkingVisitor::VisitRoot(const void* object, TraceDescriptor desc, in VisitRoot() argument
85 VisitWeakRoot(const void* object, TraceDescriptor desc, WeakCallback weak_callback, const void* weak_root, const SourceLocation&) VisitWeakRoot() argument
/third_party/node/deps/v8/src/objects/
H A Dproperty-descriptor.h29 static bool IsAccessorDescriptor(PropertyDescriptor* desc) { in IsAccessorDescriptor() argument
34 static bool IsDataDescriptor(PropertyDescriptor* desc) { in IsDataDescriptor() argument
39 static bool IsGenericDescriptor(PropertyDescriptor* desc) { in IsGenericDescriptor() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_texture.c264 const struct util_format_description *desc = in fd4_set_sampler_views() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_resource.c114 const struct util_format_description *desc = util_format_description(format); in is_norm() local
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_perfetto.h54 const char *desc; member
78 const char *desc; member
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_performance_query.c162 iris_get_perf_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) iris_get_perf_counter_info() argument
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_pipeline_state.h44 D3D12_RASTERIZER_DESC desc; member
49 D3D12_BLEND_DESC desc; member
55 D3D12_DEPTH_STENCIL_DESC desc; member
H A Dd3d12_dxcore_screen.cpp88 char *desc = (char*)malloc(desc_size); in choose_dxcore_adapter() local
H A Dd3d12_surface.cpp93 D3D12_DEPTH_STENCIL_VIEW_DESC desc; in initialize_dsv() local
147 screen->dev->CreateDepthStencilView(d3d12_resource_resource(res), &desc, initialize_dsv() local
161 D3D12_RENDER_TARGET_VIEW_DESC desc; initialize_rtv() local
226 screen->dev->CreateRenderTargetView(d3d12_resource_resource(res), &desc, initialize_rtv() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_cache.c202 pb_cache_manager_create_buffer(struct pb_manager *_mgr, pb_size size, const struct pb_desc *desc) pb_cache_manager_create_buffer() argument
H A Dpb_bufmgr_mm.c301 struct pb_desc desc; in mm_bufmgr_create() local
175 mm_bufmgr_create_buffer(struct pb_manager *mgr, pb_size size, const struct pb_desc *desc) mm_bufmgr_create_buffer() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_uniforms.c355 char *desc = qir_describe_uniform(uinfo->contents[i], in vc4_write_uniforms() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_video.c73 union pipe_desc desc; in nvc0_decoder_end_frame() local
H A Dnvc0_video_bsp.c134 nvc0_decoder_bsp_end(struct nouveau_vp3_decoder *dec, union pipe_desc desc, in nvc0_decoder_bsp_end() argument
H A Dnvc0_video_vp.c68 nvc0_decoder_vp(struct nouveau_vp3_decoder *dec, union pipe_desc desc, in nvc0_decoder_vp() argument
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state_inlines.h342 const struct util_format_description *desc; in r300_translate_vertex_data_type() local
415 const struct util_format_description *desc; r300_translate_vertex_data_swizzle() local
[all...]
/third_party/pulseaudio/speex/libspeexdsp/
H A Dfftwrap.c133 DFTI_DESCRIPTOR_HANDLE desc; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryEmitGeometryShaderTests.cpp69 string desc; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
H A DvktAmberDepthTests.cpp118 std::string desc; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryEmitGeometryShaderTests.cpp69 string desc; member
H A DvktGeometryVaryingGeometryShaderTests.cpp65 const string desc; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLMemory.cpp185 Memory(const Image &image, Context &context, PropArray &&properties, MemFlags flags, const cl_image_format &format, const ImageDescriptor &desc, Memory *parent, void *hostPtr, cl_int &errorCode) Memory() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DQuery11.cpp170 D3D11_QUERY_DESC desc; in resume() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A DDisplayMtl.h140 id<MTLDepthStencilState> getDepthStencilState(const mtl::DepthStencilDesc &desc) in getDepthStencilState() argument
144 id<MTLSamplerState> getSamplerState(const mtl::SamplerDesc &desc) in getSamplerState() argument

Completed in 12 milliseconds

1...<<21222324252627282930>>...87