Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp9461 Utils::_variable_type variable_type = variables[n_variable].type; in getFragmentShaderBody() local
9462 …ned int n_variable_type_components = Utils::getNumberOfComponentsForVariableType(variable_type); in getFragmentShaderBody()
9463 std::string variable_type_string = Utils::getVariableTypeString(variable_type); in getFragmentShaderBody()
9526 Utils::_variable_type variable_type = variables[n_variable].type; in getFragmentShaderBody() local
9527 bool is_variable_type_matrix = Utils::isMatrixVariableType(variable_type); in getFragmentShaderBody()
9528 …ned int n_variable_type_components = Utils::getNumberOfComponentsForVariableType(variable_type); in getFragmentShaderBody()
9529 std::string variable_type_string = Utils::getVariableTypeString(variable_type); in getFragmentShaderBody()
9553 const unsigned int n_columns = Utils::getNumberOfColumnsForVariableType(variable_type); in getFragmentShaderBody()
9570 const unsigned int n_columns = Utils::getNumberOfColumnsForVariableType(variable_type); in getFragmentShaderBody()
9647 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()
1568 std::string Utils::getVariableTypeGLSLString(const _variable_type& variable_type) in getVariableTypeGLSLString() argument
1572 switch (variable_type) in getVariableTypeGLSLString()
2192 std::string vs_body = getVertexShaderBody(test_case.variable_type, test_case.array_size); in executeTestIteration()
2227 …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
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/compiler/
Dvariable_accessor.cc251 const std::string variable_type = GetVariableType(variable.value); in operator ()() local
255 if (variable_type == "int" || variable_type == "uint" || in operator ()()
256 variable_type == "float") { in operator ()()
258 variable_type, " ", variable.name, " = "); in operator ()()
261 absl::StrAppend(result, (variable_type == "float" ? "0.0" : "0"), ";\n"); in operator ()()
/external/llvm-project/lldb/examples/python/
Dcmdtemplate.py134 variable_type = variable.GetType()
135 total_size = total_size + variable_type.GetByteSize()
/external/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()
/external/llvm-project/lldb/source/Core/
DValue.cpp243 Type *variable_type = variable->GetType(); in GetCompilerType() local
244 if (variable_type) in GetCompilerType()
245 m_compiler_type = variable_type->GetForwardCompilerType(); in GetCompilerType()
/external/llvm-project/lldb/source/Symbol/
DVariable.cpp709 Type *variable_type = var_sp->GetType(); in PrivateAutoComplete() local
710 if (variable_type) { in PrivateAutoComplete()
712 variable_type->GetForwardCompilerType()); in PrivateAutoComplete()
/external/tensorflow/tensorflow/python/distribute/
Dps_values.py109 variable_type="AggregatingVariable"))