Searched refs:sample_fetch_fs_string (Results 1 – 1 of 1) sorted by relevance
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| D | gl4cTextureViewTests.cpp | 4873 std::string sample_fetch_fs_string; in initIterationSpecificProgramObject() local 4887 sample_fetch_fs_string = "vec4 current_sample = textureLod(texture, gs_fs_uv.x, lod);\n"; in initIterationSpecificProgramObject() 4898 …sample_fetch_fs_string = "vec4 current_sample = textureLod(texture, vec2(gs_fs_uv.x, z_float), lod… in initIterationSpecificProgramObject() 4907 sample_fetch_fs_string = "vec4 current_sample = textureLod(texture, gs_fs_uv, lod);\n"; in initIterationSpecificProgramObject() 4918 …sample_fetch_fs_string = "vec4 current_sample = textureLod(texture, vec3(gs_fs_uv, z_float), lod);… in initIterationSpecificProgramObject() 4931 sample_fetch_fs_string = "ivec2 texture_size = textureSize(texture);\n" in initIterationSpecificProgramObject() 4949 sample_fetch_fs_string = in initIterationSpecificProgramObject() 4964 …sample_fetch_fs_string = "vec4 current_sample = textureLod(texture, vec3(gs_fs_uv, z_float), lod);… in initIterationSpecificProgramObject() 4992 sample_fetch_fs_string = in initIterationSpecificProgramObject() 5040 sample_fetch_fs_string = "vec4 current_sample;\n" in initIterationSpecificProgramObject() [all …]
|