Home
last modified time | relevance | path

Searched defs:Env (Results 1 – 25 of 39) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPUSupportedLimits.cpp27 uint32_t GPUSupportedLimits::getMaxTextureDimension1D(Napi::Env) { in getMaxTextureDimension1D()
31 uint32_t GPUSupportedLimits::getMaxTextureDimension2D(Napi::Env) { in getMaxTextureDimension2D()
35 uint32_t GPUSupportedLimits::getMaxTextureDimension3D(Napi::Env) { in getMaxTextureDimension3D()
39 uint32_t GPUSupportedLimits::getMaxTextureArrayLayers(Napi::Env) { in getMaxTextureArrayLayers()
43 uint32_t GPUSupportedLimits::getMaxBindGroups(Napi::Env) { in getMaxBindGroups()
47 uint32_t GPUSupportedLimits::getMaxDynamicUniformBuffersPerPipelineLayout(Napi::Env) { in getMaxDynamicUniformBuffersPerPipelineLayout()
51 uint32_t GPUSupportedLimits::getMaxDynamicStorageBuffersPerPipelineLayout(Napi::Env) { in getMaxDynamicStorageBuffersPerPipelineLayout()
55 uint32_t GPUSupportedLimits::getMaxSampledTexturesPerShaderStage(Napi::Env) { in getMaxSampledTexturesPerShaderStage()
59 uint32_t GPUSupportedLimits::getMaxSamplersPerShaderStage(Napi::Env) { in getMaxSamplersPerShaderStage()
63 uint32_t GPUSupportedLimits::getMaxStorageBuffersPerShaderStage(Napi::Env) { in getMaxStorageBuffersPerShaderStage()
[all …]
DGPUComputePassEncoder.cpp34 Napi::Env, in setPipeline()
39 void GPUComputePassEncoder::dispatch(Napi::Env, in dispatch()
47 Napi::Env, in dispatchIndirect()
54 Napi::Env, in beginPipelineStatisticsQuery()
60 void GPUComputePassEncoder::endPipelineStatisticsQuery(Napi::Env) { in endPipelineStatisticsQuery()
77 void GPUComputePassEncoder::endPass(Napi::Env) { in endPass()
115 void GPUComputePassEncoder::pushDebugGroup(Napi::Env, std::string groupLabel) { in pushDebugGroup()
119 void GPUComputePassEncoder::popDebugGroup(Napi::Env) { in popDebugGroup()
123 void GPUComputePassEncoder::insertDebugMarker(Napi::Env, std::string markerLabel) { in insertDebugMarker()
127 std::optional<std::string> GPUComputePassEncoder::getLabel(Napi::Env) { in getLabel()
[all …]
DGPURenderPassEncoder.cpp33 void GPURenderPassEncoder::setViewport(Napi::Env, in setViewport()
43 void GPURenderPassEncoder::setScissorRect(Napi::Env, in setScissorRect()
62 void GPURenderPassEncoder::setStencilReference(Napi::Env, interop::GPUStencilValue reference) { in setStencilReference()
66 void GPURenderPassEncoder::beginOcclusionQuery(Napi::Env, interop::GPUSize32 queryIndex) { in beginOcclusionQuery()
70 void GPURenderPassEncoder::endOcclusionQuery(Napi::Env) { in endOcclusionQuery()
75 Napi::Env, in beginPipelineStatisticsQuery()
81 void GPURenderPassEncoder::endPipelineStatisticsQuery(Napi::Env) { in endPipelineStatisticsQuery()
112 void GPURenderPassEncoder::endPass(Napi::Env) { in endPass()
150 void GPURenderPassEncoder::pushDebugGroup(Napi::Env, std::string groupLabel) { in pushDebugGroup()
154 void GPURenderPassEncoder::popDebugGroup(Napi::Env) { in popDebugGroup()
[all …]
DGPUCommandBuffer.cpp28 interop::Promise<double> GPUCommandBuffer::getExecutionTime(Napi::Env) { in getExecutionTime()
32 std::optional<std::string> GPUCommandBuffer::getLabel(Napi::Env) { in getLabel()
36 void GPUCommandBuffer::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel()
DGPUQuerySet.cpp27 void GPUQuerySet::destroy(Napi::Env) { in destroy()
31 std::optional<std::string> GPUQuerySet::getLabel(Napi::Env) { in getLabel()
35 void GPUQuerySet::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel()
DGPUTexture.cpp52 void GPUTexture::destroy(Napi::Env) { in destroy()
56 std::optional<std::string> GPUTexture::getLabel(Napi::Env) { in getLabel()
60 void GPUTexture::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel()
DGPUDevice.cpp50 std::string getMessage(Napi::Env) override { in getMessage()
65 std::string getMessage(Napi::Env) override { in getMessage()
118 bool has(Napi::Env, std::string feature) override { in getFeatures()
121 std::vector<std::string> keys(Napi::Env) override { in getFeatures()
205 Napi::Env, in importExternalTexture()
493 std::optional<std::string> GPUDevice::getLabel(Napi::Env) { in getLabel()
497 void GPUDevice::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel()
501 interop::Interface<interop::EventHandler> GPUDevice::getOnuncapturederror(Napi::Env) { in getOnuncapturederror()
505 void GPUDevice::setOnuncapturederror(Napi::Env, in setOnuncapturederror()
511 Napi::Env, in addEventListener()
[all …]
DGPUBindGroupLayout.cpp28 std::optional<std::string> GPUBindGroupLayout::getLabel(Napi::Env) { in getLabel()
32 void GPUBindGroupLayout::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel()
DGPURenderBundle.cpp31 std::optional<std::string> GPURenderBundle::getLabel(Napi::Env) { in getLabel()
35 void GPURenderBundle::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel()
DGPUBindGroup.cpp27 std::optional<std::string> GPUBindGroup::getLabel(Napi::Env) { in getLabel()
31 void GPUBindGroup::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel()
DGPUSampler.cpp28 std::optional<std::string> GPUSampler::getLabel(Napi::Env) { in getLabel()
32 void GPUSampler::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel()
DGPUPipelineLayout.cpp27 std::optional<std::string> GPUPipelineLayout::getLabel(Napi::Env) { in getLabel()
31 void GPUPipelineLayout::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel()
DGPUTextureView.cpp27 std::optional<std::string> GPUTextureView::getLabel(Napi::Env) { in getLabel()
31 void GPUTextureView::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel()
DGPUAdapter.cpp85 bool has(Napi::Env, std::string name) override { in has()
92 std::vector<std::string> keys(Napi::Env) override { in keys()
115 std::string GPUAdapter::getName(Napi::Env) { in getName()
164 bool GPUAdapter::getIsFallbackAdapter(Napi::Env) { in getIsFallbackAdapter()
DGPUComputePipeline.cpp37 std::optional<std::string> GPUComputePipeline::getLabel(Napi::Env) { in getLabel()
41 void GPUComputePipeline::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel()
DGPURenderPipeline.cpp37 std::optional<std::string> GPURenderPipeline::getLabel(Napi::Env) { in getLabel()
41 void GPURenderPipeline::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel()
DGPUCommandEncoder.cpp131 void GPUCommandEncoder::pushDebugGroup(Napi::Env, std::string groupLabel) { in pushDebugGroup()
135 void GPUCommandEncoder::popDebugGroup(Napi::Env) { in popDebugGroup()
139 void GPUCommandEncoder::insertDebugMarker(Napi::Env, std::string markerLabel) { in insertDebugMarker()
188 std::optional<std::string> GPUCommandEncoder::getLabel(Napi::Env) { in getLabel()
192 void GPUCommandEncoder::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel()
DGPURenderBundleEncoder.cpp75 void GPURenderBundleEncoder::pushDebugGroup(Napi::Env, std::string groupLabel) { in pushDebugGroup()
79 void GPURenderBundleEncoder::popDebugGroup(Napi::Env) { in popDebugGroup()
83 void GPURenderBundleEncoder::insertDebugMarker(Napi::Env, std::string markerLabel) { in insertDebugMarker()
184 std::optional<std::string> GPURenderBundleEncoder::getLabel(Napi::Env) { in getLabel()
188 void GPURenderBundleEncoder::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel()
DGPUBuffer.cpp156 void GPUBuffer::destroy(Napi::Env) { in destroy()
161 std::optional<std::string> GPUBuffer::getLabel(Napi::Env) { in getLabel()
165 void GPUBuffer::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel()
DGPUQueue.cpp117 void GPUQueue::copyExternalImageToTexture(Napi::Env, in copyExternalImageToTexture()
124 std::optional<std::string> GPUQueue::getLabel(Napi::Env) { in getLabel()
128 void GPUQueue::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel()
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
Dimport.go44 type Env struct { struct
45 LLVM llvm.Toolchain
46 RootDir string // path to SwiftShader git root directory
47 ExePath string // path to the executable binary
48 TurboCov string // path to turbo-cov (optional)
60 func (e Env) AllSourceFiles() *Coverage {
98 func (e Env) Import(profrawPath string) (*Coverage, error) {
155 func (e Env) parseCov(raw []byte) (*Coverage, error) {
205 func (e Env) parseTurboCov(data []byte) (*Coverage, error) {
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/
DCore.h280 static inline Result FromJS(Napi::Env, Napi::Value value, Napi::Object& out) { in FromJS()
287 static inline Napi::Value ToJS(Napi::Env, Napi::Object value) { in ToJS()
295 static inline Result FromJS(Napi::Env, Napi::Value value, ArrayBuffer& out) { in FromJS()
302 static inline Napi::Value ToJS(Napi::Env, ArrayBuffer value) { in ToJS()
310 static inline Result FromJS(Napi::Env, Napi::Value value, Napi::TypedArray& out) { in FromJS()
317 static inline Napi::Value ToJS(Napi::Env, ArrayBuffer value) { in ToJS()
342 static inline Result FromJS(Napi::Env, Napi::Value value, Napi::TypedArrayOf<T>& out) { in FromJS()
353 static inline Napi::Value ToJS(Napi::Env, ArrayBuffer value) { in ToJS()
591 static inline Result FromJS(Napi::Env, Napi::Value, Promise<T>&) { in FromJS()
594 static inline Napi::Value ToJS(Napi::Env, Promise<T> promise) { in ToJS()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DProgram.cpp31 Optional<ArrayRef<StringRef>> Env, in ExecuteAndWait()
52 Optional<ArrayRef<StringRef>> Env, in ExecuteNoWait()
/third_party/ninja/src/
Deval_env.h27 struct Env { struct
28 virtual ~Env() {} in ~Env() argument
/third_party/rust/crates/env_logger/src/
Dlib.rs317 pub struct Env<'a> { struct
318 filter: Var<'a>,
319 write_style: Var<'a>,
973 impl<'a> Env<'a> { impl
1087 impl<'a, T> From<T> for Env<'a> implementation
1096 impl<'a> Default for Env<'a> { implementation

12