Home
last modified time | relevance | path

Searched defs:variable_type (Results 1 – 13 of 13) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp9434 Utils::_variable_type variable_type = variables[n_variable].type; in getFragmentShaderBody() local
9499 Utils::_variable_type variable_type = variables[n_variable].type; in getFragmentShaderBody() local
9620 Utils::_variable_type variable_type = variables[n_variable].type; in getGeometryShaderBody() local
9708 Utils::_variable_type variable_type = variables[n_variable].type; in getTessellationControlShaderBody() local
9785 Utils::_variable_type variable_type = variables[n_variable].type; in getTessellationEvaluationShaderBody() local
9844 Utils::_variable_type variable_type = variables[n_variable].type; in getVariableDeclarations() local
9900 Utils::_variable_type variable_type = variables[n_variable].type; in getVertexShaderBody() local
10119 Utils::_variable_type variable_type = double_variable_types[n_double_variable_type]; in iterate() local
10534 const Utils::_variable_type& variable_type) in getArgumentListsForVariableType()
10976 const Utils::_variable_type variable_type = variable_types[n_variable_type]; in iterate() local
[all …]
Dgl4cShaderSubroutineTests.cpp975 Utils::_variable_type Utils::getBaseVariableType(const _variable_type& variable_type) in getBaseVariableType()
1056 unsigned int Utils::getComponentSizeForVariableType(const _variable_type& variable_type) in getComponentSizeForVariableType()
1132 unsigned int Utils::getNumberOfComponentsForVariableType(const _variable_type& variable_type) in getNumberOfComponentsForVariableType()
1566 std::string Utils::getVariableTypeGLSLString(const _variable_type& variable_type) in getVariableTypeGLSLString()
2297 std::string FunctionalTest1_2::getVertexShaderBody(const Utils::_variable_type& variable_type, unsi… in getVertexShaderBody()
2627 … FunctionalTest1_2::verifyXFBData(const void* xfb_data, const Utils::_variable_type& variable_type) in verifyXFBData()
Dgl4cShaderSubroutineTests.hpp357 Utils::_variable_type variable_type; member
Dgl4cGPUShaderFP64Tests.hpp1457 Utils::_variable_type variable_type; member
/third_party/spirv-tools/source/opt/
Dconvert_to_sampled_image_pass.cpp142 const auto* variable_type = GetVariableType(inst); in CollectResourcesToConvert() local
256 const auto* variable_type = GetVariableType(*image_variable); in GetSampledImageTypeForImage() local
/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
256 const auto* variable_type = GetVariableType(*image_variable); in GetSampledImageTypeForImage() local
/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
256 const auto* variable_type = GetVariableType(*image_variable); in GetSampledImageTypeForImage() local
/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()
516 uint8_t variable_type = jerry_debugger_get_variable_type (prop_value_p.value); in jerry_debugger_send_scope_variables() local
/third_party/flatbuffers/src/
Dbfbs_gen_nim.cpp317 const std::string variable_type = GenerateTypeBasic(field->type()); in GenerateObject() local
Didl_gen_java.cpp1426 const std::string variable_type = in GenUnionUnPack_ObjectAPI() local
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_nir_lower_ray_queries.c29 const struct glsl_type *variable_type = type; in rq_variable_create() local
/third_party/mesa3d/src/amd/vulkan/nir/
Dradv_nir_lower_ray_queries.c34 const struct glsl_type *variable_type = type; in rq_variable_create() local
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/debuginfo/
Dmetadata.rs1247 let variable_type = Instance::mono(cx.tcx, def_id).ty(cx.tcx, ty::ParamEnv::reveal_all()); in build_global_var_di_node() localVariable