Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_shader.c2886 const char *stypeprefix, in create_swizzled_clipdist() argument
2936 …strbuf_fmt(result, "%s(vec4(%s,%s,%s,%s))", stypeprefix, clipdistvec[0], clipdistvec[1], clipdistv… in create_swizzled_clipdist()
2945 const char *stypeprefix, in load_clipdist_fs() argument
2960 strbuf_fmt(result, "%s(clip_dist_temp[%s])", stypeprefix, clip_indirect); in load_clipdist_fs()
2962 strbuf_fmt(result, "%s(clip_dist_temp[%s])", stypeprefix, clip_indirect); in load_clipdist_fs()
3050 enum vrend_type_qualifier stypeprefix = TYPE_CONVERSION_NONE; in translate_store() local
3058 stypeprefix = FLOAT_BITS_TO_UINT; in translate_store()
3061 stypeprefix = FLOAT_BITS_TO_INT; in translate_store()
3069 ms_str, get_string(stypeprefix), srcs[1]); in translate_store()
3082 conversion, srcs[0], ms_str, get_string(stypeprefix), in translate_store()
[all …]