Searched refs:texel_offset (Results 1 - 8 of 8) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
H A D | esextcGeometryShaderInput.cpp | 1021 const unsigned int texel_offset = referencePixelCoordinates[1] * m_texture_width * m_texture_pixel_size + in iterate() local 1024 m_testCtx.getLog() << tcu::TestLog::Message << "Rendered data [" << result_image[texel_offset + 0] << ", " in iterate() 1025 << result_image[texel_offset + 1] << ", " << result_image[texel_offset + 2] << ", " in iterate() 1026 << result_image[texel_offset + 3] << "]" in iterate() 1041 const unsigned int texel_offset = referencePixelCoordinates[1] * m_texture_width * m_texture_pixel_size + in iterate() local 1044 m_testCtx.getLog() << tcu::TestLog::Message << "Rendered data [" << result_image[texel_offset + 0] << ", " in iterate() 1045 << result_image[texel_offset + 1] << ", " << result_image[texel_offset + 2] << ", " in iterate() 1046 << result_image[texel_offset in iterate() 1061 const unsigned int texel_offset = referencePixelCoordinates[1] * m_texture_width * m_texture_pixel_size + iterate() local 1286 const unsigned int texel_offset = 32 * m_texture_width * m_texture_pixel_size + x * m_texture_pixel_size; iterate() local [all...] |
H A D | esextcGeometryShaderLimits.cpp | 1902 const unsigned int texel_offset = first_texel_offset + x * m_texture_pixel_size; in verifyResult() local 1904 if (0 != memcmp(result_image + texel_offset, &expected_value, sizeof(expected_value))) in verifyResult() 1906 glw::GLint* result_value = (glw::GLint*)(result_image + texel_offset); in verifyResult() 2220 const unsigned int texel_offset = line_offset + x * m_texture_pixel_size; in verifyResult() local 2222 if (0 != memcmp(result_image + texel_offset, &expected_value, sizeof(expected_value))) in verifyResult() 2224 const glw::GLint* result_value = (const glw::GLint*)(result_image + texel_offset); in verifyResult() 2530 const unsigned int texel_offset = first_texel_offset + x * m_texture_pixel_size; in verifyResult() local 2532 if (0 != memcmp(result_image + texel_offset, &expected_value, sizeof(expected_value))) in verifyResult() 2534 glw::GLint* result_value = (glw::GLint*)(result_image + texel_offset); in verifyResult() 3294 const unsigned int texel_offset in verifyResult() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/ |
H A D | esextcTestCaseBase.cpp | 713 const unsigned int texel_offset = y * line_size + x * pixel_size; in comparePixel() local 723 if (image_size < texel_offset) in comparePixel() 733 result &= (expected_alpha == buffer[texel_offset + 3]); in comparePixel() 739 result &= (expected_blue == buffer[texel_offset + 2]); in comparePixel() 745 result &= (expected_green == buffer[texel_offset + 1]); in comparePixel() 751 result &= (expected_red == buffer[texel_offset + 0]); in comparePixel()
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | va_pack.c | 788 if (I->texel_offset) hex |= (1ull << 11); in va_pack_instr()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderImageLoadStoreTests.cpp | 7700 const GLuint texel_offset = x * n_components + line_offset; in CreateRGBA8SourceTexture() local 7705 texture_data[texel_offset + component] = texel[component]; in CreateRGBA8SourceTexture() 8259 const GLuint texel_offset = x * n_components + line_offset; in CheckIfTextureWasModified() local 8261 SetTexel(&expected_texture_data[texel_offset], static_cast<GLubyte>(x), static_cast<GLubyte>(y), in CheckIfTextureWasModified() 8376 const GLuint texel_offset = x * n_components + line_offset; in Create2DRGBA8CompleteTexture() local 8378 SetTexel(&texture_data[texel_offset], static_cast<GLubyte>(x), static_cast<GLubyte>(y), magic_number); in Create2DRGBA8CompleteTexture() 8457 const GLuint texel_offset = x * n_components + line_offset; in Create2DRGBA8IncompleteTexture() local 8459 SetTexel(&texture_data[texel_offset], static_cast<GLubyte>(x), static_cast<GLubyte>(y), magic_number); in Create2DRGBA8IncompleteTexture()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | compiler.h | 497 bool texel_offset;
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcViewportArrayTests.cpp | 2844 const GLuint texel_offset = line_offset + texel; in checkRegionR32I() local 2846 const GLint value = data[texel_offset]; in checkRegionR32I()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_meta_copy.c | 1792 nir_ssa_def *texel_offset = in get_texel_buffer_copy_fs() local 1801 tex->src[0].src = nir_src_for_ssa(texel_offset); in get_texel_buffer_copy_fs()
|
Completed in 43 milliseconds