Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/metal/
Dmtl_command_buffer.mm1024 mSetSamplerCmds[shaderType] = static_cast<uint8_t>(CmdType::Invalid);
1041 mSetSamplerCmds[gl::ShaderType::Vertex] = static_cast<uint8_t>(CmdType::SetVertexSamplerState);
1042 mSetSamplerCmds[gl::ShaderType::Fragment] =
1587 mCommands.push(static_cast<CmdType>(mSetSamplerCmds[shaderType]))
Dmtl_command_buffer.h522 gl::ShaderMap<uint8_t> mSetSamplerCmds; variable