Lines Matching defs:binding
329 const TextureBinding& binding = bindings[ndx];
331 if (binding.getType() == TextureBinding::TYPE_NONE)
334 textures[ndx].sampler = binding.getSampler();
336 switch (binding.getType())
339 textures[ndx].tex2D = &binding.get2D()->getRefTexture();
342 textures[ndx].texCube = &binding.getCube()->getRefTexture();
345 textures[ndx].tex2DArray = &binding.get2DArray()->getRefTexture();
348 textures[ndx].tex3D = &binding.get3D()->getRefTexture();
351 textures[ndx].texCubeArray = &binding.getCubeArray()->getRefTexture();
560 throw tcu::NotSupportedError("2D array texture binding is not supported");
563 throw tcu::NotSupportedError("3D texture binding is not supported");