Home
last modified time | relevance | path

Searched refs:get_internal_format (Results 1 – 11 of 11) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferTextureBufferRange.cpp884 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()
DesextcTextureBufferTextureBufferRange.hpp159 glw::GLenum get_internal_format() in get_internal_format() function in glcts::FormatInfo
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_transfer_helper.h88 enum pipe_format (*get_internal_format)(struct pipe_resource *prsc); member
Du_transfer_helper.c60 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/
Dagx_pipe.c1143 .get_internal_format = agx_resource_get_internal_format,
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.c1165 .get_internal_format = v3d_resource_get_internal_format,
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c1535 .get_internal_format = fd_resource_get_internal_format,
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.c1467 .get_internal_format = panfrost_resource_get_internal_format,
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c1902 .get_internal_format = crocus_resource_get_internal_format,
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c2690 .get_internal_format = iris_resource_get_internal_format,
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c2254 .get_internal_format = zink_resource_get_internal_format,