Searched refs:get_internal_format (Results 1 – 11 of 11) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferTextureBufferRange.cpp | 884 gl.texBufferRange(m_glExtTokens.TEXTURE_BUFFER, info.get_internal_format(), m_tbo_id, offset, in iterate() 1013 gl.bindImageTexture(0, m_tbo_tex_id, 0, GL_FALSE, 0, GL_READ_ONLY, info.get_internal_format()); in iterate() 1091 << "Internal Format: " << glu::getUncompressedTextureFormatName(info.get_internal_format()) in checkResult() 1129 logError(phase, glu::getUncompressedTextureFormatName(info.get_internal_format()), i, in checkResult() 1156 logError(phase, glu::getUncompressedTextureFormatName(info.get_internal_format()), i, in checkResult() 1184 logError(phase, glu::getUncompressedTextureFormatName(info.get_internal_format()), i, in checkResult() 1323 if (info.get_internal_format() == GL_R8 || info.get_internal_format() == GL_RG8 || in fillInputData() 1324 info.get_internal_format() == GL_RGBA8) in fillInputData()
|
D | esextcTextureBufferTextureBufferRange.hpp | 159 glw::GLenum get_internal_format() in get_internal_format() function in glcts::FormatInfo
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_transfer_helper.h | 88 enum pipe_format (*get_internal_format)(struct pipe_resource *prsc); member
|
D | u_transfer_helper.c | 60 if (helper->vtbl->get_internal_format) { in handle_transfer() 62 helper->vtbl->get_internal_format(prsc); in handle_transfer() 404 iformat = helper->vtbl->get_internal_format(ptrans->resource); in flush_region()
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
D | agx_pipe.c | 1143 .get_internal_format = agx_resource_get_internal_format,
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_resource.c | 1165 .get_internal_format = v3d_resource_get_internal_format,
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_resource.c | 1535 .get_internal_format = fd_resource_get_internal_format,
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_resource.c | 1467 .get_internal_format = panfrost_resource_get_internal_format,
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_resource.c | 1902 .get_internal_format = crocus_resource_get_internal_format,
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_resource.c | 2690 .get_internal_format = iris_resource_get_internal_format,
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_resource.c | 2254 .get_internal_format = zink_resource_get_internal_format,
|