Home
last modified time | relevance | path

Searched refs:ProgrammableEncoder (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DProgrammableEncoder.cpp31 ProgrammableEncoder::ProgrammableEncoder(DeviceBase* device, in ProgrammableEncoder() function in dawn_native::ProgrammableEncoder
39 ProgrammableEncoder::ProgrammableEncoder(DeviceBase* device, in ProgrammableEncoder() function in dawn_native::ProgrammableEncoder
47 bool ProgrammableEncoder::IsValidationEnabled() const { in IsValidationEnabled()
51 MaybeError ProgrammableEncoder::ValidateProgrammableEncoderEnd() const { in ValidateProgrammableEncoderEnd()
58 void ProgrammableEncoder::APIInsertDebugMarker(const char* groupLabel) { in APIInsertDebugMarker()
74 void ProgrammableEncoder::APIPopDebugGroup() { in APIPopDebugGroup()
92 void ProgrammableEncoder::APIPushDebugGroup(const char* groupLabel) { in APIPushDebugGroup()
111 MaybeError ProgrammableEncoder::ValidateSetBindGroup(BindGroupIndex index, in ValidateSetBindGroup()
188 void ProgrammableEncoder::RecordSetBindGroup(CommandAllocator* allocator, in RecordSetBindGroup()
DProgrammableEncoder.h31 class ProgrammableEncoder : public ApiObjectBase {
33 ProgrammableEncoder(DeviceBase* device,
58 ProgrammableEncoder(DeviceBase* device,
DComputePassEncoder.h28 class ComputePassEncoder final : public ProgrammableEncoder {
DRenderEncoderBase.h27 class RenderEncoderBase : public ProgrammableEncoder {
DComputePassEncoder.cpp117 : ProgrammableEncoder(device, descriptor->label, encodingContext), in ComputePassEncoder()
126 : ProgrammableEncoder(device, encodingContext, errorTag), mCommandEncoder(commandEncoder) { in ComputePassEncoder()
DRenderEncoderBase.cpp38 : ProgrammableEncoder(device, label, encodingContext), in RenderEncoderBase()
50 : ProgrammableEncoder(device, encodingContext, errorTag), in RenderEncoderBase()
DCMakeLists.txt130 "ProgrammableEncoder.cpp"
131 "ProgrammableEncoder.h"
DBUILD.gn285 "ProgrammableEncoder.cpp",
286 "ProgrammableEncoder.h",