Home
last modified time | relevance | path

Searched refs:mSetBytesCmds (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/metal/
Dmtl_command_buffer.mm1022 mSetBytesCmds[shaderType] = static_cast<uint8_t>(CmdType::Invalid);
1035 mSetBytesCmds[gl::ShaderType::Vertex] = static_cast<uint8_t>(CmdType::SetVertexBytes);
1036 mSetBytesCmds[gl::ShaderType::Fragment] = static_cast<uint8_t>(CmdType::SetFragmentBytes);
1554 mCommands.push(static_cast<CmdType>(mSetBytesCmds[shaderType]))
Dmtl_command_buffer.h520 gl::ShaderMap<uint8_t> mSetBytesCmds; variable