Searched refs:CmdType (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/renderer/metal/ |
D | mtl_command_buffer.mm | 78 enum class CmdType : uint8_t 1018 static_assert(sizeof(uint8_t) == sizeof(CmdType), "CmdType was expected to be 8 bit"); 1021 mSetBufferCmds[shaderType] = static_cast<uint8_t>(CmdType::Invalid); 1022 mSetBytesCmds[shaderType] = static_cast<uint8_t>(CmdType::Invalid); 1023 mSetTextureCmds[shaderType] = static_cast<uint8_t>(CmdType::Invalid); 1024 mSetSamplerCmds[shaderType] = static_cast<uint8_t>(CmdType::Invalid); 1027 mSetBufferCmds[gl::ShaderType::Vertex] = static_cast<uint8_t>(CmdType::SetVertexBuffer); 1028 mSetBufferCmds[gl::ShaderType::Fragment] = static_cast<uint8_t>(CmdType::SetFragmentBuffer); 1031 static_cast<uint8_t>(CmdType::SetVertexBufferOffset); 1033 static_cast<uint8_t>(CmdType::SetFragmentBufferOffset); [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 56 enum CmdType { enum 62 static const char* getTestTypeName(CmdType cmdType) in getTestTypeName() 81 CmdType cmdType, 88 CmdType m_cmdType; 101 CmdType cmdType, in FillUpdateCopyBufferTestCase() 128 CmdType m_cmdType; 136 CmdType cmdType, in FillUpdateCopyBufferTestInstance() 303 tcu::TestCaseGroup* createFillUpdateCopyBufferFloatTests (tcu::TestContext& testCtx, CmdType cmdTyp… in createFillUpdateCopyBufferFloatTests() 405 tcu::TestCaseGroup* createFillUpdateCopyBufferFloatTests (tcu::TestContext& testCtx, CmdType cmdTyp… in createFillUpdateCopyBufferFloatTests() 414 tcu::TestCaseGroup* createFillUpdateCopyBufferIntegerTests (tcu::TestContext& testCtx, CmdType cmdT… in createFillUpdateCopyBufferIntegerTests() [all …]
|
/external/perfetto/ui/src/controller/ |
D | adb_interfaces.ts | 73 export declare type CmdType = alias 77 cmd: CmdType;
|
D | adb.ts | 17 import {Adb, AdbMsg, AdbStream, CmdType} from './adb_interfaces'; 313 cmd: CmdType, arg0: number, arg1: number, data?: Uint8Array|string) { 489 cmd: CmdType; 499 cmd: CmdType, arg0: number, arg1: number, dataLen: number, 513 cmd: CmdType; arg0: number; arg1: number; 545 const cmd = textDecoder.decode(dv.buffer.slice(0, 4)) as CmdType;
|
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
D | Object.cpp | 138 constructSegment(SegmentType &Seg, llvm::MachO::LoadCommandType CmdType, in constructSegment() argument 142 Seg.cmd = CmdType; in constructSegment()
|