Searched refs:add_parameter (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_link_uniforms.c | 663 add_parameter(struct gl_uniform_storage *uniform, in add_parameter() function 988 add_parameter(uniform, consts, prog, type, state); in find_and_update_named_uniform_storage() 1084 add_parameter(uniform, consts, prog, var->type, state); in find_and_update_previous_uniform_storage() 1515 add_parameter(uniform, consts, prog, type, state); in nir_link_uniform()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation.cpp | 179 return MakeUnique<TransformationAddParameter>(message.add_parameter()); in FromMessage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation.cpp | 179 return MakeUnique<TransformationAddParameter>(message.add_parameter()); in FromMessage()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation.cpp | 179 return MakeUnique<TransformationAddParameter>(message.add_parameter()); in FromMessage()
|
/third_party/python/Tools/clinic/ |
H A D | clinic.py | 4957 def add_parameter(text): function 4988 add_parameter('/,') 4992 add_parameter('*,') 5031 add_parameter(p_output()) 5035 add_parameter('/')
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_common.hpp | 946 void add_parameter(TypeID parameter_type, ID id, bool alias_global_variable = false) in add_parameter() function
|
H A D | spirv_parser.cpp | 903 current_function->add_parameter(type, id); in parse()
|
H A D | spirv_msl.cpp | 1809 func.add_parameter(var.basetype, var.self, true); in extract_global_variables_from_function() 1838 func.add_parameter(type_id, next_id, true); in extract_global_variables_from_function() 1870 func.add_parameter(mbr_type_id, var_id, true); in extract_global_variables_from_function() 1880 func.add_parameter(type_id, next_id, true); in extract_global_variables_from_function()
|
Completed in 36 milliseconds