Searched refs:write_to_width (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cTextureViewTests.cpp | 8075 unsigned int write_to_width = 0; in checkAPICallCoherency() local 8078 getWritePropertiesForTextureType(texture_type, &write_to_id, &write_to_width, &write_to_height); in checkAPICallCoherency() 8109 const unsigned int region_width = (write_to_width >> 1); in checkAPICallCoherency() 8246 unsigned int write_to_width = 0; in checkProgramWriteCoherency() local 8249 getWritePropertiesForTextureType(texture_type, &write_to_id, &write_to_width, &write_to_height); in checkProgramWriteCoherency() 8275 write_to_width, write_to_height); in checkProgramWriteCoherency() 8286 gl.uniform2i(m_gradient_image_write_image_size_location, write_to_width, write_to_height); in checkProgramWriteCoherency() 8292 gl.drawArrays(GL_POINTS, 0 /* first */, write_to_width * write_to_height); in checkProgramWriteCoherency() 8360 unsigned int n_invocations = write_to_width * write_to_height; in checkProgramWriteCoherency() 8404 unsigned int invocation_x = n_invocation % write_to_width; in checkProgramWriteCoherency() [all …]
|