HomeSort by: relevance | last modified time | path
    Searched defs:parameters (Results 1 - 24 of 24) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
lower_int64.cpp 29 * called __builtin_foo with the same number of parameters that takes uvec2
281 exec_list parameters; local
284 parameters.push_tail(new(mem_ctx) ir_dereference_variable(src[j][i]));
291 &parameters);
opt_function_inlining.cpp 150 ir_variable **parameters; local
157 num_parameters = this->callee->parameters.length();
158 parameters = new ir_variable *[num_parameters];
160 /* Generate the declarations for the parameters to our inlined code,
164 foreach_two_lists(formal_node, &this->callee->parameters,
172 parameters[i] = NULL;
174 parameters[i] = sig_param->clone(ctx, ht);
175 parameters[i]->data.mode = ir_var_temporary;
182 parameters[i]->data.read_only = false;
183 next_ir->insert_before(parameters[i])
    [all...]
link_varyings.cpp 791 glsl_symbol_table parameters; local
805 parameters.add_variable(var);
835 parameters.get_variable("gl_FrontColor");
838 parameters.get_variable("gl_BackColor");
845 parameters.get_variable("gl_FrontSecondaryColor");
848 parameters.get_variable("gl_BackSecondaryColor");
909 output = parameters.get_variable(input->name);
ir_reader.cpp 234 ir_read_error(expr, "Expected (signature <type> (parameters ...) "
244 if (paramtag == NULL || strcmp(paramtag->value(), "parameters") != 0) {
245 ir_read_error(paramlist, "Expected (parameters ...)");
249 // Read the parameters list into a temporary place.
253 /* Skip over the "parameters" tag. */
671 exec_list parameters; local
679 parameters.push_tail(param);
690 f->matching_signature(state, &parameters, true);
705 return new(mem_ctx) ir_call(callee, return_deref, &parameters);
1115 // tex and lod don't have any extra parameters
    [all...]
ast.h 271 * List of expressions for an \c ast_sequence or parameters for an
1030 exec_list parameters; member in class:ast_function
1036 * Used by ast_function_definition::hir to process the parameters, etc.
1046 * Used by ast_function_definition::hir to process the parameters, etc.
linker.cpp 126 foreach_two_lists(formal_node, &ir->callee->parameters,
2466 other->exact_matching_signature(NULL, &sig->parameters);
3308 glsl_symbol_table parameters; local
ir.h 826 * constraints on function parameters.
957 * parameters for uniforms, initially the code overloaded location
1205 * given a list of the actual parameters and the variable context.
1235 * Check whether the qualifiers match between this signature's parameters
1256 * List of ir_variable of function parameters.
1261 struct exec_list parameters; member in class:ir_function_signature
1352 * Find a signature that matches a set of actual parameters, taking implicit
1361 * Find a signature that matches a set of actual parameters, taking implicit
1369 * Find a signature that exactly matches a set of actual parameters without
1641 * of parameters and returning a value in the supplied temporary
    [all...]
builtin_functions.cpp 53 * name and parameters.
949 * Call function \param f with parameters specified as the linked
5091 * Generate a ir_call to a function with a set of parameters
5095 * from \c params and used directly as the parameters to the generated
6461 sig->parameters.push_tail(lod);
6496 /* The sampler and coordinate always exist; add optional parameters later. */
6523 sig->parameters.push_tail(refz);
6535 sig->parameters.push_tail(lod);
6541 sig->parameters.push_tail(dPdx);
6542 sig->parameters.push_tail(dPdy)
7296 exec_list parameters; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
lower_int64.cpp 29 * called __builtin_foo with the same number of parameters that takes uvec2
281 exec_list parameters; local
284 parameters.push_tail(new(mem_ctx) ir_dereference_variable(src[j][i]));
291 &parameters);
opt_function_inlining.cpp 150 ir_variable **parameters; local
157 num_parameters = this->callee->parameters.length();
158 parameters = new ir_variable *[num_parameters];
160 /* Generate the declarations for the parameters to our inlined code,
164 foreach_two_lists(formal_node, &this->callee->parameters,
172 parameters[i] = NULL;
174 parameters[i] = sig_param->clone(ctx, ht);
175 parameters[i]->data.mode = ir_var_temporary;
182 parameters[i]->data.read_only = false;
183 next_ir->insert_before(parameters[i])
    [all...]
ir_reader.cpp 234 ir_read_error(expr, "Expected (signature <type> (parameters ...) "
244 if (paramtag == NULL || strcmp(paramtag->value(), "parameters") != 0) {
245 ir_read_error(paramlist, "Expected (parameters ...)");
249 // Read the parameters list into a temporary place.
253 /* Skip over the "parameters" tag. */
671 exec_list parameters; local
679 parameters.push_tail(param);
690 f->matching_signature(state, &parameters, true);
705 return new(mem_ctx) ir_call(callee, return_deref, &parameters);
1115 // tex and lod don't have any extra parameters
    [all...]
link_varyings.cpp 741 glsl_symbol_table parameters; local
755 parameters.add_variable(var);
785 parameters.get_variable("gl_FrontColor");
788 parameters.get_variable("gl_BackColor");
795 parameters.get_variable("gl_FrontSecondaryColor");
798 parameters.get_variable("gl_BackSecondaryColor");
859 output = parameters.get_variable(input->name);
ast.h 267 * List of expressions for an \c ast_sequence or parameters for an
1020 exec_list parameters; member in class:ast_function
1026 * Used by ast_function_definition::hir to process the parameters, etc.
1036 * Used by ast_function_definition::hir to process the parameters, etc.
ir.h 811 * constraints on function parameters.
933 * parameters for uniforms, initially the code overloaded location
1177 * given a list of the actual parameters and the variable context.
1207 * Check whether the qualifiers match between this signature's parameters
1228 * List of ir_variable of function parameters.
1233 struct exec_list parameters; member in class:ir_function_signature
1317 * Find a signature that matches a set of actual parameters, taking implicit
1326 * Find a signature that matches a set of actual parameters, taking implicit
1334 * Find a signature that exactly matches a set of actual parameters without
1606 * of parameters and returning a value in the supplied temporary
    [all...]
linker.cpp 126 foreach_two_lists(formal_node, &ir->callee->parameters,
2389 other->exact_matching_signature(NULL, &sig->parameters);
3208 glsl_symbol_table parameters; local
builtin_functions.cpp 53 * name and parameters.
861 * Call function \param f with parameters specified as the linked
4601 * Generate a ir_call to a function with a set of parameters
4605 * from \c params and used directly as the parameters to the generated
5966 sig->parameters.push_tail(lod);
6001 /* The sampler and coordinate always exist; add optional parameters later. */
6028 sig->parameters.push_tail(refz);
6040 sig->parameters.push_tail(lod);
6046 sig->parameters.push_tail(dPdx);
6047 sig->parameters.push_tail(dPdy)
6769 exec_list parameters; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
prog_to_nir.c 52 nir_variable *parameters; member in struct:ptn_compile
157 /* We actually want to look at the type in the Parameters list for this,
161 struct gl_program_parameter_list *plist = c->prog->Parameters;
163 plist->Parameters[prog_src->Index].Type;
176 assert(c->parameters != NULL);
178 nir_deref_instr *deref = nir_build_deref_var(b, c->parameters);
1020 if (prog->Parameters->NumParameters > 0) {
1022 glsl_array_type(glsl_vec4_type(), prog->Parameters->NumParameters, 0);
1023 c->parameters =
1025 prog->Parameters->Parameters[0].Name)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/
glcpp.h 149 string_list_t *parameters; member in struct:__anon677
  /xsrc/external/mit/MesaLib/dist/src/mesa/program/
prog_to_nir.c 52 nir_variable *parameters; member in struct:ptn_compile
157 /* We actually want to look at the type in the Parameters list for this,
161 struct gl_program_parameter_list *plist = c->prog->Parameters;
163 plist->Parameters[prog_src->Index].Type;
169 unsigned pvo = plist->Parameters[prog_src->Index].ValueOffset;
176 assert(c->parameters != NULL);
178 nir_deref_instr *deref = nir_build_deref_var(b, c->parameters);
996 if (prog->Parameters->NumParameters > 0) {
998 glsl_array_type(glsl_vec4_type(), prog->Parameters->NumParameters, 0);
999 c->parameters
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/
glcpp.h 148 string_list_t *parameters; member in struct:__anon3313
  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h 368 struct glsl_function_param *parameters; /**< Parameters to function. */ member in union:glsl_type::__anon759
499 const glsl_function_param *parameters,
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.h 271 struct glsl_function_param *parameters; /**< Parameters to function. */ member in union:glsl_type::__anon3390
385 const glsl_function_param *parameters,
  /xsrc/external/mit/MesaLib.old/dist/include/vulkan/
vulkan_core.h 5033 VkDisplayModeParametersKHR parameters; member in struct:VkDisplayModePropertiesKHR
5040 VkDisplayModeParametersKHR parameters; member in struct:VkDisplayModeCreateInfoKHR
  /xsrc/external/mit/MesaLib/dist/include/vulkan/
vulkan_core.h 6329 VkDisplayModeParametersKHR parameters; member in struct:VkDisplayModeCreateInfoKHR
6334 VkDisplayModeParametersKHR parameters; member in struct:VkDisplayModePropertiesKHR

Completed in 75 milliseconds