Searched refs:variable_type (Results 1 – 8 of 8) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 9431 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 …]
|
D | gl4cShaderSubroutineTests.hpp | 252 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);
|
D | gl4cShaderSubroutineTests.cpp | 975 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 …]
|
D | gl4cGPUShaderFP64Tests.hpp | 1365 _argument_lists getArgumentListsForVariableType(const Utils::_variable_type& variable_type); 1457 Utils::_variable_type variable_type; member
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | convert_to_sampled_image_pass.cpp | 142 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/ |
D | convert_to_sampled_image_pass.cpp | 142 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/jerryscript/jerry-core/debugger/ |
D | debugger.c | 341 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()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_nir_lower_ray_queries.c | 46 const struct glsl_type *variable_type = type; in rq_variable_create() local 48 variable_type = glsl_array_type(type, array_length, glsl_get_explicit_stride(type)); in rq_variable_create() 51 result->variable = nir_variable_create(shader, nir_var_shader_temp, variable_type, name); in rq_variable_create() 53 result->variable = nir_local_variable_create(impl, variable_type, name); in rq_variable_create()
|