Home
last modified time | relevance | path

Searched refs:texArgs (Results 1 - 1 of 1) sorted by relevance

/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp2886 std::vector<Id> texArgs; in createTextureCall() local
2892 texArgs.push_back(parameters.sampler); in createTextureCall()
2893 texArgs.push_back(parameters.coords); in createTextureCall()
2895 texArgs.push_back(parameters.Dref); in createTextureCall()
2897 texArgs.push_back(parameters.component); in createTextureCall()
2900 texArgs.push_back(parameters.granularity); in createTextureCall()
2902 texArgs.push_back(parameters.coarse); in createTextureCall()
2907 size_t optArgNum = texArgs.size(); // the position of the mask for the optional arguments, if any. in createTextureCall()
2911 texArgs.push_back(parameters.bias); in createTextureCall()
2915 texArgs in createTextureCall()
[all...]

Completed in 5 milliseconds