Searched refs:sample_fetch_fs_string (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTextureViewTests.cpp | 4875 std::string sample_fetch_fs_string; in initIterationSpecificProgramObject() local 4889 sample_fetch_fs_string = "vec4 current_sample = textureLod(texture, gs_fs_uv.x, lod);\n"; in initIterationSpecificProgramObject() 4900 …sample_fetch_fs_string = "vec4 current_sample = textureLod(texture, vec2(gs_fs_uv.x, z_float), lod… in initIterationSpecificProgramObject() 4909 sample_fetch_fs_string = "vec4 current_sample = textureLod(texture, gs_fs_uv, lod);\n"; in initIterationSpecificProgramObject() 4920 …sample_fetch_fs_string = "vec4 current_sample = textureLod(texture, vec3(gs_fs_uv, z_float), lod);… in initIterationSpecificProgramObject() 4933 sample_fetch_fs_string = "ivec2 texture_size = textureSize(texture);\n" in initIterationSpecificProgramObject() 4951 sample_fetch_fs_string = in initIterationSpecificProgramObject() 4966 …sample_fetch_fs_string = "vec4 current_sample = textureLod(texture, vec3(gs_fs_uv, z_float), lod);… in initIterationSpecificProgramObject() 4994 sample_fetch_fs_string = in initIterationSpecificProgramObject() 5042 sample_fetch_fs_string = "vec4 current_sample;\n" in initIterationSpecificProgramObject() [all …]
|