Searched refs:ProgrammableEncoder (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | ProgrammableEncoder.cpp | 31 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()
|
D | ProgrammableEncoder.h | 31 class ProgrammableEncoder : public ApiObjectBase { 33 ProgrammableEncoder(DeviceBase* device, 58 ProgrammableEncoder(DeviceBase* device,
|
D | ComputePassEncoder.h | 28 class ComputePassEncoder final : public ProgrammableEncoder {
|
D | RenderEncoderBase.h | 27 class RenderEncoderBase : public ProgrammableEncoder {
|
D | ComputePassEncoder.cpp | 117 : ProgrammableEncoder(device, descriptor->label, encodingContext), in ComputePassEncoder() 126 : ProgrammableEncoder(device, encodingContext, errorTag), mCommandEncoder(commandEncoder) { in ComputePassEncoder()
|
D | RenderEncoderBase.cpp | 38 : ProgrammableEncoder(device, label, encodingContext), in RenderEncoderBase() 50 : ProgrammableEncoder(device, encodingContext, errorTag), in RenderEncoderBase()
|
D | CMakeLists.txt | 130 "ProgrammableEncoder.cpp" 131 "ProgrammableEncoder.h"
|
D | BUILD.gn | 285 "ProgrammableEncoder.cpp", 286 "ProgrammableEncoder.h",
|