Home
last modified time | relevance | path

Searched refs:attr_desc (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/vert/
Dfunctions_nested.vert8 struct attr_desc
45 attr_desc fetch_desc(thread const int& location, constant VertexBuffer& v_227)
48 attr_desc result;
69 float4 fetch_attr(thread const attr_desc& desc, thread const int& vertex_id, thread const texture2d…
141 attr_desc desc = fetch_desc(param, v_227);
145 attr_desc param_1 = desc;
151 attr_desc param_3 = desc;
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/vert/
Dfunctions_nested.vert21 struct attr_desc
37 vec4 fetch_attr(attr_desc desc, int vertex_id, usamplerBuffer input_stream)
76 attr_desc fetch_desc(int location)
78 attr_desc result;
91 attr_desc desc = fetch_desc(location);
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/
Dakg_kernel_json_decoder.cc156 for (const auto &attr_desc : attr_descs) { in DecodeAttrs() local
157 std::string name = attr_desc[kJsonKeyName]; in DecodeAttrs()
158 std::string type = attr_desc[kJsonKeyDataType]; in DecodeAttrs()
159 auto value = ParseValue(attr_desc, type); in DecodeAttrs()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_kernel_build.cc252 nlohmann::json attr_desc; in GenTbeSingleKernelJson() local
255 attr_desc.push_back(attr[kJValue]); in GenTbeSingleKernelJson()
258 if (!attr_desc.empty()) { in GenTbeSingleKernelJson()
259 op_info_json[kJAttrDesc] = attr_desc; in GenTbeSingleKernelJson()
1071 nlohmann::json attr_desc; in GenFusionComputeCommonJson() local
1074 attr_desc.push_back(attr[kJValue]); in GenFusionComputeCommonJson()
1077 if (!attr_desc.empty()) { in GenFusionComputeCommonJson()
1078 (*compute_op_str)[kJAttrDesc] = attr_desc; in GenFusionComputeCommonJson()