Home
last modified time | relevance | path

Searched refs:variable_type (Results 1 – 11 of 11) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp9431 Utils::_variable_type variable_type = variables[n_variable].type; in getFragmentShaderBody() local
9432 …ned int n_variable_type_components = Utils::getNumberOfComponentsForVariableType(variable_type); in getFragmentShaderBody()
9433 std::string variable_type_string = Utils::getVariableTypeString(variable_type); in getFragmentShaderBody()
9496 Utils::_variable_type variable_type = variables[n_variable].type; in getFragmentShaderBody() local
9497 bool is_variable_type_matrix = Utils::isMatrixVariableType(variable_type); in getFragmentShaderBody()
9498 …ned int n_variable_type_components = Utils::getNumberOfComponentsForVariableType(variable_type); in getFragmentShaderBody()
9499 std::string variable_type_string = Utils::getVariableTypeString(variable_type); in getFragmentShaderBody()
9523 const unsigned int n_columns = Utils::getNumberOfColumnsForVariableType(variable_type); in getFragmentShaderBody()
9540 const unsigned int n_columns = Utils::getNumberOfColumnsForVariableType(variable_type); in getFragmentShaderBody()
9617 Utils::_variable_type variable_type = variables[n_variable].type; in getGeometryShaderBody() local
[all …]
Dgl4cShaderSubroutineTests.hpp252 static _variable_type getBaseVariableType(const _variable_type& variable_type);
254 static unsigned int getComponentSizeForVariableType(const _variable_type& variable_type);
258 static unsigned int getNumberOfComponentsForVariableType(const _variable_type& variable_type);
267 static std::string getVariableTypeGLSLString(const _variable_type& variable_type);
357 Utils::_variable_type variable_type; member
367 …std::string getVertexShaderBody(const Utils::_variable_type& variable_type, unsigned int array_siz…
371 bool verifyXFBData(const void* xfb_data, const Utils::_variable_type& variable_type);
Dgl4cShaderSubroutineTests.cpp975 Utils::_variable_type Utils::getBaseVariableType(const _variable_type& variable_type) in getBaseVariableType() argument
979 switch (variable_type) in getBaseVariableType()
1056 unsigned int Utils::getComponentSizeForVariableType(const _variable_type& variable_type) in getComponentSizeForVariableType() argument
1058 _variable_type base_variable_type = getBaseVariableType(variable_type); in getComponentSizeForVariableType()
1132 unsigned int Utils::getNumberOfComponentsForVariableType(const _variable_type& variable_type) in getNumberOfComponentsForVariableType() argument
1136 switch (variable_type) in getNumberOfComponentsForVariableType()
1566 std::string Utils::getVariableTypeGLSLString(const _variable_type& variable_type) in getVariableTypeGLSLString() argument
1570 switch (variable_type) in getVariableTypeGLSLString()
2190 std::string vs_body = getVertexShaderBody(test_case.variable_type, test_case.array_size); in executeTestIteration()
2225 …nst Utils::_variable_type base_variable_type = Utils::getBaseVariableType(test_case.variable_type); in executeTestIteration()
[all …]
Dgl4cGPUShaderFP64Tests.hpp1365 _argument_lists getArgumentListsForVariableType(const Utils::_variable_type& variable_type);
1457 Utils::_variable_type variable_type; member
/third_party/mindspore/mindspore/core/ops/
Dassign.cc38 auto variable_type = args_spec_list[0]->BuildType(); in InferImplAssign() local
42 if (variable_type->isa<RefKeyType>()) { in InferImplAssign()
45 …(void)CheckAndConvertUtils::CheckTensorTypeValid("variable", variable_type, check_types, prim_name… in InferImplAssign()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dconvert_to_sampled_image_pass.cpp142 const auto* variable_type = GetVariableType(inst); in CollectResourcesToConvert() local
143 if (variable_type == nullptr) continue; in CollectResourcesToConvert()
152 if (variable_type->AsImage()) { in CollectResourcesToConvert()
158 } else if (variable_type->AsSampler()) { in CollectResourcesToConvert()
256 const auto* variable_type = GetVariableType(*image_variable); in GetSampledImageTypeForImage() local
257 if (variable_type == nullptr) return 0; in GetSampledImageTypeForImage()
258 const auto* image_type = variable_type->AsImage(); in GetSampledImageTypeForImage()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconvert_to_sampled_image_pass.cpp142 const auto* variable_type = GetVariableType(inst); in CollectResourcesToConvert() local
143 if (variable_type == nullptr) continue; in CollectResourcesToConvert()
152 if (variable_type->AsImage()) { in CollectResourcesToConvert()
158 } else if (variable_type->AsSampler()) { in CollectResourcesToConvert()
256 const auto* variable_type = GetVariableType(*image_variable); in GetSampledImageTypeForImage() local
257 if (variable_type == nullptr) return 0; in GetSampledImageTypeForImage()
258 const auto* image_type = variable_type->AsImage(); in GetSampledImageTypeForImage()
/third_party/boost/libs/spirit/example/x3/calc/calc8/
Dstatement_def.hpp33 typedef x3::rule<variable_class, ast::variable> variable_type; typedef
39 variable_type const variable = "variable";
/third_party/boost/libs/spirit/example/x3/calc/calc9/
Dstatement_def.hpp33 typedef x3::rule<variable_class, ast::variable> variable_type; typedef
39 variable_type const variable("variable");
/third_party/e2fsprogs/ext2ed/
Dinit.c111 char variable_name [50],variable_type [20]; in set_struct_descriptors() local
141 ch=parse_word (current_line,variable_type); in set_struct_descriptors()
144 strcpy (variable_type,variable_name); in set_struct_descriptors()
148 add_new_variable (current_descriptor,variable_type,variable_name); in set_struct_descriptors()
/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c341 jerry_debugger_copy_variables_to_string_message (uint8_t variable_type, /**< type */ in jerry_debugger_copy_variables_to_string_message() argument
372 if (variable_type != JERRY_DEBUGGER_VALUE_NONE) in jerry_debugger_copy_variables_to_string_message()
374 message_string_p->string[*buffer_pos] = variable_type; in jerry_debugger_copy_variables_to_string_message()
381 if (variable_type == JERRY_DEBUGGER_VALUE_FUNCTION) in jerry_debugger_copy_variables_to_string_message()
516 uint8_t variable_type = jerry_debugger_get_variable_type (prop_value_p.value); in jerry_debugger_send_scope_variables() local
521 if (!jerry_debugger_copy_variables_to_string_message (variable_type, in jerry_debugger_send_scope_variables()