Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_shader.c2290 const char *stypeprefix, in create_swizzled_clipdist() argument
2329 …snprintf(result, 255, "%s(vec4(%s,%s,%s,%s))", stypeprefix, clipdistvec[0], clipdistvec[1], clipdi… in create_swizzled_clipdist()
2387 enum vrend_type_qualifier stypeprefix = TYPE_CONVERSION_NONE; in translate_store() local
2395 stypeprefix = FLOAT_BITS_TO_UINT; in translate_store()
2398 stypeprefix = FLOAT_BITS_TO_INT; in translate_store()
2404 conversion, srcs[0], ms_str, get_string(stypeprefix), srcs[1]); in translate_store()
2584 enum vrend_type_qualifier stypeprefix = TYPE_CONVERSION_NONE; in translate_atomic() local
2596 stypeprefix = FLOAT_BITS_TO_UINT; in translate_atomic()
2601 stypeprefix = FLOAT_BITS_TO_INT; in translate_atomic()
2611 stypeprefix = FLOAT_BITS_TO_UINT; in translate_atomic()
[all …]