Home
last modified time | relevance | path

Searched defs:var_r (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_dec.cpp552 GLfloat var_r = Unpack<GLfloat,uint32_t>(ptr + 8 + 4 + 4 + 4); in decode() local
2261 GLfixed var_r = Unpack<GLfixed,uint32_t>(ptr + 8 + 4 + 4 + 4); in decode() local
4154 GLfixed var_r = Unpack<GLfixed,uint32_t>(ptr + 8 + 4 + 4 + 4); in decode() local
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dast_function.cpp731 ir_variable **var_r) in match_subroutine_by_name()