Searched defs:sampler_type (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dglsl_types.h83 unsigned sampler_type:2; /**< Type of data returned using this sampler. member in struct:glsl_type
/external/mesa3d/src/glsl/
H A Dglsl_types.h83 unsigned sampler_type:2; /**< Type of data returned using this sampler. member in struct:glsl_type
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dff_fragment_shader.cpp944 const glsl_type *sampler_type = NULL; local
950 sampler_type = p->shader->symbols->get_type("sampler1DShadow");
952 sampler_type = p->shader->symbols->get_type("sampler1D");
957 sampler_type = p->shader->symbols->get_type("sampler1DArrayShadow");
959 sampler_type = p->shader->symbols->get_type("sampler1DArray");
964 sampler_type = p->shader->symbols->get_type("sampler2DShadow");
966 sampler_type = p->shader->symbols->get_type("sampler2D");
971 sampler_type = p->shader->symbols->get_type("sampler2DArrayShadow");
973 sampler_type = p->shader->symbols->get_type("sampler2DArray");
978 sampler_type
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dir_to_mesa.cpp2028 const glsl_type *sampler_type = ir->sampler->type; local
2062 assert(!sampler_type->sampler_array);
2090 if (sampler_type->sampler_dimensionality == GLSL_SAMPLER_DIM_2D &&
2091 sampler_type->sampler_array) {
2120 switch (sampler_type->sampler_dimensionality) {
2122 inst->tex_target = (sampler_type->sampler_array)
2126 inst->tex_target = (sampler_type->sampler_array)
/external/mesa3d/src/mesa/main/
H A Dff_fragment_shader.cpp944 const glsl_type *sampler_type = NULL; local
950 sampler_type = p->shader->symbols->get_type("sampler1DShadow");
952 sampler_type = p->shader->symbols->get_type("sampler1D");
957 sampler_type = p->shader->symbols->get_type("sampler1DArrayShadow");
959 sampler_type = p->shader->symbols->get_type("sampler1DArray");
964 sampler_type = p->shader->symbols->get_type("sampler2DShadow");
966 sampler_type = p->shader->symbols->get_type("sampler2D");
971 sampler_type = p->shader->symbols->get_type("sampler2DArrayShadow");
973 sampler_type = p->shader->symbols->get_type("sampler2DArray");
978 sampler_type
[all...]
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp2028 const glsl_type *sampler_type = ir->sampler->type; local
2062 assert(!sampler_type->sampler_array);
2090 if (sampler_type->sampler_dimensionality == GLSL_SAMPLER_DIM_2D &&
2091 sampler_type->sampler_array) {
2120 switch (sampler_type->sampler_dimensionality) {
2122 inst->tex_target = (sampler_type->sampler_array)
2126 inst->tex_target = (sampler_type->sampler_array)
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp2637 const glsl_type *sampler_type = ir->sampler->type; local
2671 assert(!sampler_type->sampler_array);
2699 if ((sampler_type->sampler_dimensionality == GLSL_SAMPLER_DIM_2D &&
2700 sampler_type->sampler_array) ||
2701 sampler_type->sampler_dimensionality == GLSL_SAMPLER_DIM_CUBE) {
2744 switch (sampler_type->sampler_dimensionality) {
2746 inst->tex_target = (sampler_type->sampler_array)
2750 inst->tex_target = (sampler_type->sampler_array)
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp2637 const glsl_type *sampler_type = ir->sampler->type; local
2671 assert(!sampler_type->sampler_array);
2699 if ((sampler_type->sampler_dimensionality == GLSL_SAMPLER_DIM_2D &&
2700 sampler_type->sampler_array) ||
2701 sampler_type->sampler_dimensionality == GLSL_SAMPLER_DIM_CUBE) {
2744 switch (sampler_type->sampler_dimensionality) {
2746 inst->tex_target = (sampler_type->sampler_array)
2750 inst->tex_target = (sampler_type->sampler_array)

Completed in 293 milliseconds