HomeSort by relevance Sort by last modified time
    Searched refs:GLSL_TYPE_INT (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/chromium_org/third_party/mesa/src/src/glsl/
builtin_types.h 48 glsl_type(GL_INT, GLSL_TYPE_INT, 1, 1, "int"),
49 glsl_type(GL_INT_VEC2, GLSL_TYPE_INT, 2, 1, "ivec2"),
50 glsl_type(GL_INT_VEC3, GLSL_TYPE_INT, 3, 1, "ivec3"),
51 glsl_type(GL_INT_VEC4, GLSL_TYPE_INT, 4, 1, "ivec4"),
230 GLSL_SAMPLER_DIM_1D, 0, 1, GLSL_TYPE_INT, "isampler1DArray"),
234 GLSL_SAMPLER_DIM_2D, 0, 1, GLSL_TYPE_INT, "isampler2DArray"),
244 GLSL_SAMPLER_DIM_1D, 0, 0, GLSL_TYPE_INT, "isampler1D"),
248 GLSL_SAMPLER_DIM_2D, 0, 0, GLSL_TYPE_INT, "isampler2D"),
252 GLSL_SAMPLER_DIM_3D, 0, 0, GLSL_TYPE_INT, "isampler3D"),
256 GLSL_SAMPLER_DIM_CUBE, 0, 0, GLSL_TYPE_INT, "isamplerCube")
    [all...]
ir_constant_expression.cpp 160 case GLSL_TYPE_INT:
192 assert(op[0]->type->base_type == GLSL_TYPE_INT);
234 assert(op[0]->type->base_type == GLSL_TYPE_INT);
240 assert(op[0]->type->base_type == GLSL_TYPE_INT);
306 case GLSL_TYPE_INT:
340 case GLSL_TYPE_INT:
358 case GLSL_TYPE_INT:
378 case GLSL_TYPE_INT:
398 case GLSL_TYPE_INT:
483 case GLSL_TYPE_INT
    [all...]
ir.cpp 282 this->type = glsl_type::get_instance(GLSL_TYPE_INT,
589 case GLSL_TYPE_INT: this->value.i[0] = c->value.i[i]; break;
651 case GLSL_TYPE_INT:
708 case GLSL_TYPE_INT:
764 case GLSL_TYPE_INT: return this->value.i[i] != 0;
781 case GLSL_TYPE_INT: return (float) this->value.i[i];
798 case GLSL_TYPE_INT: return this->value.i[i];
815 case GLSL_TYPE_INT: return this->value.i[i];
880 case GLSL_TYPE_INT:
890 case GLSL_TYPE_INT
    [all...]
ir_validate.cpp 257 assert(ir->type->base_type == GLSL_TYPE_INT);
264 assert(ir->operands[0]->type->base_type == GLSL_TYPE_INT);
276 assert(ir->operands[0]->type->base_type == GLSL_TYPE_INT);
281 assert(ir->type->base_type == GLSL_TYPE_INT);
288 assert(ir->operands[0]->type->base_type == GLSL_TYPE_INT);
293 assert(ir->type->base_type == GLSL_TYPE_INT);
296 assert(ir->operands[0]->type->base_type == GLSL_TYPE_INT);
301 assert(ir->type->base_type == GLSL_TYPE_INT);
lower_instructions.cpp 167 if (ir->operands[1]->type->base_type == GLSL_TYPE_INT)
178 if (ir->operands[0]->type->base_type == GLSL_TYPE_INT)
189 if (ir->operands[1]->type->base_type == GLSL_TYPE_INT) {
lower_vec_index_to_swizzle.cpp 73 assert(deref->array_index->type->base_type == GLSL_TYPE_INT);
glsl_types.h 52 GLSL_TYPE_INT,
84 * only \c GLSL_TYPE_FLOAT, \c GLSL_TYPE_INT,
342 return (base_type == GLSL_TYPE_UINT) || (base_type == GLSL_TYPE_INT);
lower_vec_index_to_cond_assign.cpp 85 assert(orig_deref->array_index->type->base_type == GLSL_TYPE_INT);
183 assert(orig_deref->array_index->type->base_type == GLSL_TYPE_INT);
  /external/mesa3d/src/glsl/
builtin_types.h 48 glsl_type(GL_INT, GLSL_TYPE_INT, 1, 1, "int"),
49 glsl_type(GL_INT_VEC2, GLSL_TYPE_INT, 2, 1, "ivec2"),
50 glsl_type(GL_INT_VEC3, GLSL_TYPE_INT, 3, 1, "ivec3"),
51 glsl_type(GL_INT_VEC4, GLSL_TYPE_INT, 4, 1, "ivec4"),
230 GLSL_SAMPLER_DIM_1D, 0, 1, GLSL_TYPE_INT, "isampler1DArray"),
234 GLSL_SAMPLER_DIM_2D, 0, 1, GLSL_TYPE_INT, "isampler2DArray"),
244 GLSL_SAMPLER_DIM_1D, 0, 0, GLSL_TYPE_INT, "isampler1D"),
248 GLSL_SAMPLER_DIM_2D, 0, 0, GLSL_TYPE_INT, "isampler2D"),
252 GLSL_SAMPLER_DIM_3D, 0, 0, GLSL_TYPE_INT, "isampler3D"),
256 GLSL_SAMPLER_DIM_CUBE, 0, 0, GLSL_TYPE_INT, "isamplerCube")
    [all...]
ir_constant_expression.cpp 160 case GLSL_TYPE_INT:
192 assert(op[0]->type->base_type == GLSL_TYPE_INT);
234 assert(op[0]->type->base_type == GLSL_TYPE_INT);
240 assert(op[0]->type->base_type == GLSL_TYPE_INT);
306 case GLSL_TYPE_INT:
340 case GLSL_TYPE_INT:
358 case GLSL_TYPE_INT:
378 case GLSL_TYPE_INT:
398 case GLSL_TYPE_INT:
483 case GLSL_TYPE_INT
    [all...]
ir.cpp 282 this->type = glsl_type::get_instance(GLSL_TYPE_INT,
589 case GLSL_TYPE_INT: this->value.i[0] = c->value.i[i]; break;
651 case GLSL_TYPE_INT:
708 case GLSL_TYPE_INT:
764 case GLSL_TYPE_INT: return this->value.i[i] != 0;
781 case GLSL_TYPE_INT: return (float) this->value.i[i];
798 case GLSL_TYPE_INT: return this->value.i[i];
815 case GLSL_TYPE_INT: return this->value.i[i];
880 case GLSL_TYPE_INT:
890 case GLSL_TYPE_INT
    [all...]
ir_validate.cpp 257 assert(ir->type->base_type == GLSL_TYPE_INT);
264 assert(ir->operands[0]->type->base_type == GLSL_TYPE_INT);
276 assert(ir->operands[0]->type->base_type == GLSL_TYPE_INT);
281 assert(ir->type->base_type == GLSL_TYPE_INT);
288 assert(ir->operands[0]->type->base_type == GLSL_TYPE_INT);
293 assert(ir->type->base_type == GLSL_TYPE_INT);
296 assert(ir->operands[0]->type->base_type == GLSL_TYPE_INT);
301 assert(ir->type->base_type == GLSL_TYPE_INT);
lower_instructions.cpp 167 if (ir->operands[1]->type->base_type == GLSL_TYPE_INT)
178 if (ir->operands[0]->type->base_type == GLSL_TYPE_INT)
189 if (ir->operands[1]->type->base_type == GLSL_TYPE_INT) {
lower_vec_index_to_swizzle.cpp 73 assert(deref->array_index->type->base_type == GLSL_TYPE_INT);
glsl_types.h 52 GLSL_TYPE_INT,
84 * only \c GLSL_TYPE_FLOAT, \c GLSL_TYPE_INT,
342 return (base_type == GLSL_TYPE_UINT) || (base_type == GLSL_TYPE_INT);
  /external/chromium_org/third_party/mesa/src/src/glsl/tests/
set_uniform_initializer_tests.cpp 185 non_array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_INT, 1, 1);
190 non_array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_INT, 1, 2);
195 non_array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_INT, 1, 3);
200 non_array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_INT, 1, 4);
341 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_INT, 1, 1, 4, 0);
346 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_INT, 1, 2, 4, 0);
351 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_INT, 1, 3, 4, 0);
356 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_INT, 1, 4, 4, 0);
466 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_INT, 1, 1, 4, 5);
471 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_INT, 1, 2, 4, 5)
    [all...]
uniform_initializer_utils.cpp 85 case GLSL_TYPE_INT:
111 case GLSL_TYPE_INT:
208 case GLSL_TYPE_INT:
copy_constant_to_storage_tests.cpp 70 generate_data(mem_ctx, GLSL_TYPE_INT, 1, rows, val);
151 generate_data(mem_ctx, GLSL_TYPE_INT, 1, 1, val);
  /external/mesa3d/src/glsl/tests/
set_uniform_initializer_tests.cpp 185 non_array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_INT, 1, 1);
190 non_array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_INT, 1, 2);
195 non_array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_INT, 1, 3);
200 non_array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_INT, 1, 4);
341 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_INT, 1, 1, 4, 0);
346 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_INT, 1, 2, 4, 0);
351 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_INT, 1, 3, 4, 0);
356 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_INT, 1, 4, 4, 0);
466 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_INT, 1, 1, 4, 5);
471 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_INT, 1, 2, 4, 5)
    [all...]
uniform_initializer_utils.cpp 85 case GLSL_TYPE_INT:
111 case GLSL_TYPE_INT:
208 case GLSL_TYPE_INT:
copy_constant_to_storage_tests.cpp 70 generate_data(mem_ctx, GLSL_TYPE_INT, 1, rows, val);
151 generate_data(mem_ctx, GLSL_TYPE_INT, 1, 1, val);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
uniform_query.cpp 288 assert(returnType == GLSL_TYPE_FLOAT || returnType == GLSL_TYPE_INT ||
307 || ((returnType == GLSL_TYPE_INT
311 (uni->type->base_type == GLSL_TYPE_INT
330 case GLSL_TYPE_INT:
343 case GLSL_TYPE_INT:
409 case GLSL_TYPE_INT:
630 basicType = GLSL_TYPE_INT;
634 basicType = GLSL_TYPE_INT;
638 basicType = GLSL_TYPE_INT;
642 basicType = GLSL_TYPE_INT;
    [all...]
  /external/mesa3d/src/mesa/main/
uniform_query.cpp 288 assert(returnType == GLSL_TYPE_FLOAT || returnType == GLSL_TYPE_INT ||
307 || ((returnType == GLSL_TYPE_INT
311 (uni->type->base_type == GLSL_TYPE_INT
330 case GLSL_TYPE_INT:
343 case GLSL_TYPE_INT:
409 case GLSL_TYPE_INT:
630 basicType = GLSL_TYPE_INT;
634 basicType = GLSL_TYPE_INT;
638 basicType = GLSL_TYPE_INT;
642 basicType = GLSL_TYPE_INT;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_lower_texture_gradients.cpp 83 return glsl_type::get_instance(GLSL_TYPE_INT, dims, 1);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_lower_texture_gradients.cpp 83 return glsl_type::get_instance(GLSL_TYPE_INT, dims, 1);

Completed in 615 milliseconds

1 2 3