Home | History | Annotate | Download | only in main

Lines Matching defs:sampler_type

910    const glsl_type *sampler_type = NULL;
916 sampler_type = glsl_type::sampler1DShadow_type;
918 sampler_type = glsl_type::sampler1D_type;
923 sampler_type = glsl_type::sampler1DArrayShadow_type;
925 sampler_type = glsl_type::sampler1DArray_type;
930 sampler_type = glsl_type::sampler2DShadow_type;
932 sampler_type = glsl_type::sampler2D_type;
937 sampler_type = glsl_type::sampler2DArrayShadow_type;
939 sampler_type = glsl_type::sampler2DArray_type;
944 sampler_type = glsl_type::sampler2DRectShadow_type;
946 sampler_type = glsl_type::sampler2DRect_type;
951 sampler_type = glsl_type::sampler3D_type;
956 sampler_type = glsl_type::samplerCubeShadow_type;
958 sampler_type = glsl_type::samplerCube_type;
963 sampler_type = glsl_type::samplerExternalOES_type;
975 ir_variable *sampler = new(p->mem_ctx) ir_variable(sampler_type,