HomeSort by relevance Sort by last modified time
    Searched refs:glsl_type (Results 26 - 33 of 33) sorted by null

12

  /external/mesa3d/src/glsl/
lower_vector.cpp 185 new(mem_ctx) ir_constant(glsl_type::get_instance(expr->type->base_type,
ast.h 456 const struct glsl_type *glsl_type(const char **name,
lower_variable_index_to_cond_assign.cpp 138 &glsl_type::bool_type[comps - 1],
186 new(this->mem_ctx) ir_expression(ir_binop_less, glsl_type::bool_type,
linker.cpp 209 * types in general, it doesn't really belong in glsl_type.
212 count_attribute_slots(const glsl_type *t)
908 const glsl_type *type =
909 glsl_type::get_array_instance(var->type->fields.array,
976 var->type = glsl_type::get_array_instance(var->type->fields.array,
988 const char *name, const glsl_type *type, GLenum shader_type,
994 const glsl_type *field_type = type->fields.structure[i].type;
1006 const glsl_type *array_elem_type = NULL;
    [all...]
opt_constant_propagation.cpp 125 const glsl_type *type = (*rvalue)->type;
ir_clone.cpp 148 if (this->type == glsl_type::error_type)
ir_constant_expression.cpp 859 /* This may occur during compile and var->type is glsl_type::error_type */
889 const glsl_type *const column_type = array->type->column_type();
958 if (this->type == glsl_type::error_type)
1077 assert(op[0]->type == glsl_type::vec3_type);
1078 assert(op[1]->type == glsl_type::vec3_type);
    [all...]
ir_to_llvm.cpp 147 llvm::Type* llvm_vec_type(const glsl_type* type)
169 llvm::Type* llvm_type(const glsl_type* type)
804 glsl_type int_type = *ir->operands[0]->type;
    [all...]

Completed in 226 milliseconds

12