• Home
  • Raw
  • Download

Lines Matching refs:_textureQueryLod

2455_textureQueryLod(texture_query_lod, glsl_type::sampler1D_type,  glsl_type::float_type),  in create_builtins()
2456_textureQueryLod(texture_query_lod, glsl_type::isampler1D_type, glsl_type::float_type), in create_builtins()
2457_textureQueryLod(texture_query_lod, glsl_type::usampler1D_type, glsl_type::float_type), in create_builtins()
2459_textureQueryLod(texture_query_lod, glsl_type::sampler2D_type, glsl_type::vec2_type), in create_builtins()
2460_textureQueryLod(texture_query_lod, glsl_type::isampler2D_type, glsl_type::vec2_type), in create_builtins()
2461_textureQueryLod(texture_query_lod, glsl_type::usampler2D_type, glsl_type::vec2_type), in create_builtins()
2463_textureQueryLod(texture_query_lod, glsl_type::sampler3D_type, glsl_type::vec3_type), in create_builtins()
2464_textureQueryLod(texture_query_lod, glsl_type::isampler3D_type, glsl_type::vec3_type), in create_builtins()
2465_textureQueryLod(texture_query_lod, glsl_type::usampler3D_type, glsl_type::vec3_type), in create_builtins()
2467_textureQueryLod(texture_query_lod, glsl_type::samplerCube_type, glsl_type::vec3_type), in create_builtins()
2468_textureQueryLod(texture_query_lod, glsl_type::isamplerCube_type, glsl_type::vec3_type), in create_builtins()
2469_textureQueryLod(texture_query_lod, glsl_type::usamplerCube_type, glsl_type::vec3_type), in create_builtins()
2471_textureQueryLod(texture_query_lod, glsl_type::sampler1DArray_type, glsl_type::float_type), in create_builtins()
2472_textureQueryLod(texture_query_lod, glsl_type::isampler1DArray_type, glsl_type::float_type), in create_builtins()
2473_textureQueryLod(texture_query_lod, glsl_type::usampler1DArray_type, glsl_type::float_type), in create_builtins()
2475_textureQueryLod(texture_query_lod, glsl_type::sampler2DArray_type, glsl_type::vec2_type), in create_builtins()
2476_textureQueryLod(texture_query_lod, glsl_type::isampler2DArray_type, glsl_type::vec2_type), in create_builtins()
2477_textureQueryLod(texture_query_lod, glsl_type::usampler2DArray_type, glsl_type::vec2_type), in create_builtins()
2479_textureQueryLod(texture_query_lod, glsl_type::samplerCubeArray_type, glsl_type::vec3_type), in create_builtins()
2480_textureQueryLod(texture_query_lod, glsl_type::isamplerCubeArray_type, glsl_type::vec3_type), in create_builtins()
2481_textureQueryLod(texture_query_lod, glsl_type::usamplerCubeArray_type, glsl_type::vec3_type), in create_builtins()
2483_textureQueryLod(texture_query_lod, glsl_type::sampler1DShadow_type, glsl_type::float_type), in create_builtins()
2484_textureQueryLod(texture_query_lod, glsl_type::sampler2DShadow_type, glsl_type::vec2_type), in create_builtins()
2485_textureQueryLod(texture_query_lod, glsl_type::samplerCubeShadow_type, glsl_type::vec3_type), in create_builtins()
2486_textureQueryLod(texture_query_lod, glsl_type::sampler1DArrayShadow_type, glsl_type::float_type), in create_builtins()
2487_textureQueryLod(texture_query_lod, glsl_type::sampler2DArrayShadow_type, glsl_type::vec2_type), in create_builtins()
2488_textureQueryLod(texture_query_lod, glsl_type::samplerCubeArrayShadow_type, glsl_type::vec3_type), in create_builtins()
2492 _textureQueryLod(v400_fs_only, glsl_type::sampler1D_type, glsl_type::float_type), in create_builtins()
2493 _textureQueryLod(v400_fs_only, glsl_type::isampler1D_type, glsl_type::float_type), in create_builtins()
2494 _textureQueryLod(v400_fs_only, glsl_type::usampler1D_type, glsl_type::float_type), in create_builtins()
2496 _textureQueryLod(v400_fs_only, glsl_type::sampler2D_type, glsl_type::vec2_type), in create_builtins()
2497 _textureQueryLod(v400_fs_only, glsl_type::isampler2D_type, glsl_type::vec2_type), in create_builtins()
2498 _textureQueryLod(v400_fs_only, glsl_type::usampler2D_type, glsl_type::vec2_type), in create_builtins()
2500 _textureQueryLod(v400_fs_only, glsl_type::sampler3D_type, glsl_type::vec3_type), in create_builtins()
2501 _textureQueryLod(v400_fs_only, glsl_type::isampler3D_type, glsl_type::vec3_type), in create_builtins()
2502 _textureQueryLod(v400_fs_only, glsl_type::usampler3D_type, glsl_type::vec3_type), in create_builtins()
2504 _textureQueryLod(v400_fs_only, glsl_type::samplerCube_type, glsl_type::vec3_type), in create_builtins()
2505 _textureQueryLod(v400_fs_only, glsl_type::isamplerCube_type, glsl_type::vec3_type), in create_builtins()
2506 _textureQueryLod(v400_fs_only, glsl_type::usamplerCube_type, glsl_type::vec3_type), in create_builtins()
2508_textureQueryLod(v400_fs_only, glsl_type::sampler1DArray_type, glsl_type::float_type), in create_builtins()
2509_textureQueryLod(v400_fs_only, glsl_type::isampler1DArray_type, glsl_type::float_type), in create_builtins()
2510_textureQueryLod(v400_fs_only, glsl_type::usampler1DArray_type, glsl_type::float_type), in create_builtins()
2512_textureQueryLod(v400_fs_only, glsl_type::sampler2DArray_type, glsl_type::vec2_type), in create_builtins()
2513_textureQueryLod(v400_fs_only, glsl_type::isampler2DArray_type, glsl_type::vec2_type), in create_builtins()
2514_textureQueryLod(v400_fs_only, glsl_type::usampler2DArray_type, glsl_type::vec2_type), in create_builtins()
2516_textureQueryLod(v400_fs_only, glsl_type::samplerCubeArray_type, glsl_type::vec3_type), in create_builtins()
2517_textureQueryLod(v400_fs_only, glsl_type::isamplerCubeArray_type, glsl_type::vec3_type), in create_builtins()
2518_textureQueryLod(v400_fs_only, glsl_type::usamplerCubeArray_type, glsl_type::vec3_type), in create_builtins()
2520_textureQueryLod(v400_fs_only, glsl_type::sampler1DShadow_type, glsl_type::float_type), in create_builtins()
2521_textureQueryLod(v400_fs_only, glsl_type::sampler2DShadow_type, glsl_type::vec2_type), in create_builtins()
2522_textureQueryLod(v400_fs_only, glsl_type::samplerCubeShadow_type, glsl_type::vec3_type), in create_builtins()
2523_textureQueryLod(v400_fs_only, glsl_type::sampler1DArrayShadow_type, glsl_type::float_type), in create_builtins()
2524_textureQueryLod(v400_fs_only, glsl_type::sampler2DArrayShadow_type, glsl_type::vec2_type), in create_builtins()
2525_textureQueryLod(v400_fs_only, glsl_type::samplerCubeArrayShadow_type, glsl_type::vec3_type), in create_builtins()
5337 builtin_builder::_textureQueryLod(builtin_available_predicate avail, in _textureQueryLod() function in builtin_builder