Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderImageSizeTests.cpp337 std::string ImageFormatPostfix();
340 std::string ImageFormatPostfix<vec4>() in ImageFormatPostfix() function
346 std::string ImageFormatPostfix<ivec4>() in ImageFormatPostfix() function
352 std::string ImageFormatPostfix<uvec4>() in ImageFormatPostfix() function
441 …os << NL "layout(binding = 1, rgba32" << ImageFormatPostfix<T>() << ") uniform " << ImageTypePrefi… in GenShader()
442 …<< "image2D g_image_2d;" NL "layout(binding = 2, rgba32" << ImageFormatPostfix<T>() << ") uniform " in GenShader()
444 << ImageFormatPostfix<T>() << ") uniform " << ImageTypePrefix<T>() in GenShader()
445 …<< "image2D g_image_cube;" NL "layout(binding = 4, rgba32" << ImageFormatPostfix<T>() << ") unifor… in GenShader()
447 << ImageFormatPostfix<T>() << ") uniform " << ImageTypePrefix<T>() in GenShader()
448 …<< "image2DRect g_image_rect;" NL "layout(binding = 6, rgba32" << ImageFormatPostfix<T>() << ") un… in GenShader()
[all …]
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cShaderImageSizeTests.cpp113 std::string ImageFormatPostfix();
116 std::string ImageFormatPostfix<vec4>() in ImageFormatPostfix() function
122 std::string ImageFormatPostfix<ivec4>() in ImageFormatPostfix() function
128 std::string ImageFormatPostfix<uvec4>() in ImageFormatPostfix() function
401 …os << NL "layout(binding = 0, rgba32" << ImageFormatPostfix<T>() << ") readonly writeonly uniform … in GenShader()
402 …TypePrefix<T>() << "image2D g_image_2d;" NL "layout(binding = 1, rgba32" << ImageFormatPostfix<T>() in GenShader()
404 << "image3D g_image_3d;" NL "layout(binding = 2, rgba32" << ImageFormatPostfix<T>() in GenShader()
406 << "imageCube g_image_cube;" NL "layout(binding = 3, rgba32" << ImageFormatPostfix<T>() in GenShader()