/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
gen7_sampler_state.c | 43 struct gl_sampler_object *gl_sampler = _mesa_get_samplerobj(ctx, unit); local 50 switch (gl_sampler->MinFilter) { 81 if (gl_sampler->MaxAnisotropy > 1.0) { 85 if (gl_sampler->MaxAnisotropy > 2.0) { 86 sampler->ss3.max_aniso = MIN2((gl_sampler->MaxAnisotropy - 2) / 2, 91 switch (gl_sampler->MagFilter) { 104 sampler->ss3.r_wrap_mode = translate_wrap_mode(gl_sampler->WrapR, 106 sampler->ss3.s_wrap_mode = translate_wrap_mode(gl_sampler->WrapS, 108 sampler->ss3.t_wrap_mode = translate_wrap_mode(gl_sampler->WrapT, 116 (gl_sampler->MinFilter != GL_NEAREST | [all...] |
brw_wm_sampler_state.c | 168 struct gl_sampler_object *gl_sampler = _mesa_get_samplerobj(ctx, unit); local 175 switch (gl_sampler->MinFilter) { 207 if (gl_sampler->MaxAnisotropy > 1.0) { 211 if (gl_sampler->MaxAnisotropy > 2.0) { 212 sampler->ss3.max_aniso = MIN2((gl_sampler->MaxAnisotropy - 2) / 2, 217 switch (gl_sampler->MagFilter) { 230 sampler->ss1.r_wrap_mode = translate_wrap_mode(gl_sampler->WrapR, 232 sampler->ss1.s_wrap_mode = translate_wrap_mode(gl_sampler->WrapS, 234 sampler->ss1.t_wrap_mode = translate_wrap_mode(gl_sampler->WrapT, 246 (gl_sampler->MinFilter != GL_NEAREST | [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
gen7_sampler_state.c | 43 struct gl_sampler_object *gl_sampler = _mesa_get_samplerobj(ctx, unit); local 50 switch (gl_sampler->MinFilter) { 81 if (gl_sampler->MaxAnisotropy > 1.0) { 85 if (gl_sampler->MaxAnisotropy > 2.0) { 86 sampler->ss3.max_aniso = MIN2((gl_sampler->MaxAnisotropy - 2) / 2, 91 switch (gl_sampler->MagFilter) { 104 sampler->ss3.r_wrap_mode = translate_wrap_mode(gl_sampler->WrapR, 106 sampler->ss3.s_wrap_mode = translate_wrap_mode(gl_sampler->WrapS, 108 sampler->ss3.t_wrap_mode = translate_wrap_mode(gl_sampler->WrapT, 116 (gl_sampler->MinFilter != GL_NEAREST | [all...] |
brw_wm_sampler_state.c | 168 struct gl_sampler_object *gl_sampler = _mesa_get_samplerobj(ctx, unit); local 175 switch (gl_sampler->MinFilter) { 207 if (gl_sampler->MaxAnisotropy > 1.0) { 211 if (gl_sampler->MaxAnisotropy > 2.0) { 212 sampler->ss3.max_aniso = MIN2((gl_sampler->MaxAnisotropy - 2) / 2, 217 switch (gl_sampler->MagFilter) { 230 sampler->ss1.r_wrap_mode = translate_wrap_mode(gl_sampler->WrapR, 232 sampler->ss1.s_wrap_mode = translate_wrap_mode(gl_sampler->WrapS, 234 sampler->ss1.t_wrap_mode = translate_wrap_mode(gl_sampler->WrapT, 246 (gl_sampler->MinFilter != GL_NEAREST | [all...] |
/external/chromium_org/gpu/command_buffer/common/ |
gles2_cmd_utils_implementation_autogen.h | 26 { 0x82E6, "GL_SAMPLER", }, [all...] |
/external/chromium_org/third_party/khronos/GLES2/ |
gl2ext.h | 214 #define GL_SAMPLER 0x82E6 [all...] |
/external/chromium_org/third_party/mesa/src/include/GL/ |
glext.h | [all...] |
/external/mesa3d/include/GL/ |
glext.h | [all...] |