Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp1298 const unsigned end_word = BITSET_BITWORD(last_component); in store() local
1308 for (unsigned word = start_word; word <= end_word; word++) { in store()
1315 if (word == end_word) in store()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp1644 uint32_t end_word = (offset + packed_size - 1) / 16; in buffer_is_packing_standard() local
1645 if (begin_word != end_word) in buffer_is_packing_standard()