Searched refs:mShaderExecutable (Results 1 – 2 of 2) sorted by relevance
398 ShaderExecutableD3D *shaderExecutable() const { return mShaderExecutable; } in shaderExecutable()405 ShaderExecutableD3D *mShaderExecutable; variable421 ShaderExecutableD3D *shaderExecutable() const { return mShaderExecutable; } in shaderExecutable()425 ShaderExecutableD3D *mShaderExecutable; variable441 ShaderExecutableD3D *shaderExecutable() const { return mShaderExecutable.get(); } in shaderExecutable()445 std::unique_ptr<ShaderExecutableD3D> mShaderExecutable; variable
594 : mInputs(inputLayout), mSignature(signature), mShaderExecutable(shaderExecutable) in VertexExecutable()599 SafeDelete(mShaderExecutable); in ~VertexExecutable()661 : mOutputSignature(outputSignature), mShaderExecutable(shaderExecutable) in PixelExecutable()666 SafeDelete(mShaderExecutable); in ~PixelExecutable()672 : mSignature(signature), mShaderExecutable(std::move(shaderExecutable)) in ComputeExecutable()