Home
last modified time | relevance | path

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

/external/skia/src/opts/
DSkTextureCompression_opts_neon.cpp196 const uint32x4x2_t blockIndices = vtrnq_u32(vreinterpretq_u32_u64(indexRow12), in compress_r11eac_blocks() local
198 const uint64x2_t blockIndicesLeft = vreinterpretq_u64_u32(vrev64q_u32(blockIndices.val[0])); in compress_r11eac_blocks()
199 const uint64x2_t blockIndicesRight = vreinterpretq_u64_u32(vrev64q_u32(blockIndices.val[1])); in compress_r11eac_blocks()
/external/deqp/modules/glshared/
DglsUniformBlockCase.cpp1216 std::vector<int> blockIndices (numActiveUniforms); in getGLUniformLayout() local
1226 …(glw::GLsizei)uniformIndices.size(), &uniformIndices[0], GL_UNIFORM_BLOCK_INDEX, &blockIndices[0]); in getGLUniformLayout()
1257 entry.blockNdx = blockIndices[uniformNdx]; in getGLUniformLayout()