Searched refs:ExecuteWithShaderData (Results 1 – 5 of 5) sorted by relevance
159 return ExecuteWithShaderData(recipe, opts, map); in Execute()162 amber::Result Amber::ExecuteWithShaderData(const amber::Recipe* recipe, in ExecuteWithShaderData() function in amber::Amber
56 r = am.ExecuteWithShaderData(&recipe, amber_options, info.shader_map); in amber_sample_main()
159 amber::Result ExecuteWithShaderData(const amber::Recipe* recipe,
57 `ExecuteWithShaderData`. They both accept the `Recipe` and `Options`, the58 `ExecuteWithShaderData` also accepts a map of shader name to data. The data
414 r = am.ExecuteWithShaderData(m_recipe, &amber_options, shaderMap); in iterate()